Peach Cobbler
#F5A386A balanced, warm orange that adds spice and warmth to architectural surfaces.
Spec Sheet
Hex#F5A386
RGB245, 163, 134
HSL16°, 85%, 74%
On White 2.01:1 Fail
On Black 10.47:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EBE7E6 Text: #351F17 Accent: #F5A386 Support: #75A6B8 Neutral: #C9C3B1 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 Peach Cobbler Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EBE7E6;
--palette-ink: #351F17;
--palette-accent: #F5A386;
--palette-support: #75A6B8;
--palette-neutral: #C9C3B1;
}Tailwind Config
{
"palette-background": "#EBE7E6",
"palette-ink": "#351F17",
"palette-accent": "#F5A386",
"palette-support": "#75A6B8",
"palette-neutral": "#C9C3B1"
}Color Blindness Simulation
#B7AD84
Protanopia#CBBE85
Deuteranopia#FF969B
TritanopiaBuild a design system around Peach Cobbler.