Orange Creamsicle
#F4CBB3A light, amber orange that adds spice and warmth to architectural surfaces.
Spec Sheet
Hex#F4CBB3
RGB244, 203, 179
HSL22°, 75%, 83%
On White 1.5:1 Fail
On Black 14.04:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EDEAE8 Text: #251A13 Accent: #F4CBB3 Support: #6E91A6 Neutral: #C2C0B2 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 Orange Creamsicle Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EDEAE8;
--palette-ink: #251A13;
--palette-accent: #F4CBB3;
--palette-support: #6E91A6;
--palette-neutral: #C2C0B2;
}Tailwind Config
{
"palette-background": "#EDEAE8",
"palette-ink": "#251A13",
"palette-accent": "#F4CBB3",
"palette-support": "#6E91A6",
"palette-neutral": "#C2C0B2"
}Color Blindness Simulation
#D6CEB1
Protanopia#E0D7B3
Deuteranopia#FFC4C4
TritanopiaBuild a design system around Orange Creamsicle.