Warm Cider
#BF6953A rich, deep orange rooted in terracotta and spice. Pairs with cream, olive, and deep brown.
Spec Sheet
Hex#BF6953
RGB191, 105, 83
HSL12°, 46%, 54%
On White 3.92:1 AA Large
On Black 5.36:1 AA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F5F1F0 Text: #31201C Accent: #BF6953 Support: #42889A Neutral: #CDC5B2 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 Warm Cider Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F5F1F0;
--palette-ink: #31201C;
--palette-accent: #BF6953;
--palette-support: #42889A;
--palette-neutral: #CDC5B2;
}Tailwind Config
{
"palette-background": "#F5F1F0",
"palette-ink": "#31201C",
"palette-accent": "#BF6953",
"palette-support": "#42889A",
"palette-neutral": "#CDC5B2"
}Color Blindness Simulation
#7E7551
Protanopia#938852
Deuteranopia#D05A64
TritanopiaBuild a design system around Warm Cider.