Sour Tarts
#FFE5CDA vivid, very light orange rooted in terracotta and spice. Pairs with cream, olive, and deep brown.
Spec Sheet
Hex#FFE5CD
RGB255, 229, 205
HSL29°, 100%, 90%
On White 1.21:1 Fail
On Black 17.34:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #ECE8E4 Text: #2D2620 Accent: #FFE5CD Support: #436C93 Neutral: #CBCAB4 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 Sour Tarts Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #ECE8E4;
--palette-ink: #2D2620;
--palette-accent: #FFE5CD;
--palette-support: #436C93;
--palette-neutral: #CBCAB4;
}Tailwind Config
{
"palette-background": "#ECE8E4",
"palette-ink": "#2D2620",
"palette-accent": "#FFE5CD",
"palette-support": "#436C93",
"palette-neutral": "#CBCAB4"
}Color Blindness Simulation
#EEE6CC
Protanopia#F4ECCD
Deuteranopia#FFDFDE
TritanopiaBuild a design system around Sour Tarts.