Iced Apricot
#EED5C1A rich, light orange rooted in terracotta and spice. Pairs with cream, olive, and deep brown.
Spec Sheet
Hex#EED5C1
RGB238, 213, 193
HSL27°, 57%, 85%
On White 1.41:1 Fail
On Black 14.92:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EAE8E6 Text: #221B16 Accent: #EED5C1 Support: #5D8EB6 Neutral: #D3D2C5 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 Iced Apricot Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EAE8E6;
--palette-ink: #221B16;
--palette-accent: #EED5C1;
--palette-support: #5D8EB6;
--palette-neutral: #D3D2C5;
}Tailwind Config
{
"palette-background": "#EAE8E6",
"palette-ink": "#221B16",
"palette-accent": "#EED5C1",
"palette-support": "#5D8EB6",
"palette-neutral": "#D3D2C5"
}Color Blindness Simulation
#DDD6C0
Protanopia#E3DCC1
Deuteranopia#F7D0CF
TritanopiaBuild a design system around Iced Apricot.