Vibrant clarity in a quiet void
Ashbloom is designed for flow states. The Slate background creates a quiet, distraction-free workspace that sits softly on the eyes.
Against this calm, the colors bloom with purpose, not noise. Mint and Gold guide the eye naturally to success states and warnings, while Rose and Orange offer warmth without the alarm. It’s high contrast without the fatigue—keeping you focused, calm, and productive.
/* Include the palette */
<link rel="stylesheet" href="ashbloom.css">
/* Use CSS variables */
.my-element {
background-color: var(--ashbloom-slate);
color: var(--ashbloom-cream); /* Ashbloom Cream */
border: 1px solid var(--ashbloom-border);
}
/* Or use utility classes */
<div class="ashbloom-bg-gold ashbloom-text-slate">
Gold background, dark text
</div>
/* Text color utilities */
<p class="ashbloom-text-cream">Ashbloom Cream text</p>
<p class="ashbloom-text-muted">Muted text</p>