Sunshine
#FFCE0BWarm and medium-depth, this yellow brings golden energy without overwhelming a room.
Spec Sheet
Hex#FFCE0B
RGB255, 206, 11
HSL48°, 100%, 52%
On White 1.49:1 Fail
On Black 14.09:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F2F1ED Text: #2D291A Accent: #FFCE0B Support: #616C98 Neutral: #C4C9BB 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 Sunshine Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F2F1ED;
--palette-ink: #2D291A;
--palette-accent: #FFCE0B;
--palette-support: #616C98;
--palette-neutral: #C4C9BB;
}Tailwind Config
{
"palette-background": "#F2F1ED",
"palette-ink": "#2D291A",
"palette-accent": "#FFCE0B",
"palette-support": "#616C98",
"palette-neutral": "#C4C9BB"
}Color Blindness Simulation
#E7CB00
Protanopia#F3D924
Deuteranopia#FFBBB0
TritanopiaBuild a design system around Sunshine.