Treasure Trove
#E6D281A clear, assured yellow that reads as sunshine filtered through linen.
Spec Sheet
Hex#E6D281
RGB230, 210, 129
HSL48°, 67%, 70%
On White 1.51:1 Fail
On Black 13.9:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EFEEEC Text: #242114 Accent: #E6D281 Support: #495CA7 Neutral: #D0D6C2 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 Treasure Trove Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EFEEEC;
--palette-ink: #242114;
--palette-accent: #E6D281;
--palette-support: #495CA7;
--palette-neutral: #D0D6C2;
}Tailwind Config
{
"palette-background": "#EFEEEC",
"palette-ink": "#242114",
"palette-accent": "#E6D281",
"palette-support": "#495CA7",
"palette-neutral": "#D0D6C2"
}Color Blindness Simulation
#E1CE7B
Protanopia#E7D584
Deuteranopia#F4C7BE
TritanopiaBuild a design system around Treasure Trove.