Spring Dust
#D3C281Warm and clear, this yellow brings warm energy without overwhelming a room.
Spec Sheet
Hex#D3C281
RGB211, 194, 129
HSL48°, 48%, 67%
On White 1.78:1 Fail
On Black 11.8:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F2F1EE Text: #201E13 Accent: #D3C281 Support: #44569C Neutral: #C2CBAF Rules: - Use Background for surfaces and canvas - Use Ink for body text and icons - Never use Accent as body text — contrast is too low - Maintain 4.5:1 minimum contrast for normal text
Design System from Spring Dust Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F2F1EE;
--palette-ink: #201E13;
--palette-accent: #D3C281;
--palette-support: #44569C;
--palette-neutral: #C2CBAF;
}Tailwind Config
{
"palette-background": "#F2F1EE",
"palette-ink": "#201E13",
"palette-accent": "#D3C281",
"palette-support": "#44569C",
"palette-neutral": "#C2CBAF"
}Color Blindness Simulation
#CFBF7C
Protanopia#D3C583
Deuteranopia#DFB9B2
TritanopiaBuild a design system around Spring Dust.