Peach Fade
#FDEBDEA vivid, very light orange rooted in terracotta and spice. Pairs with cream, olive, and deep brown.
Spec Sheet
Hex#FDEBDE
RGB253, 235, 222
HSL25°, 89%, 93%
On White 1.16:1 Fail
On Black 18.11:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EDEAE8 Text: #302821 Accent: #FDEBDE Support: #608EAF Neutral: #D4D2C4 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 Fade Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EDEAE8;
--palette-ink: #302821;
--palette-accent: #FDEBDE;
--palette-support: #608EAF;
--palette-neutral: #D4D2C4;
}Tailwind Config
{
"palette-background": "#EDEAE8",
"palette-ink": "#302821",
"palette-accent": "#FDEBDE",
"palette-support": "#608EAF",
"palette-neutral": "#D4D2C4"
}Color Blindness Simulation
#F0ECDD
Protanopia#F5F0DE
Deuteranopia#FFE8E7
TritanopiaBuild a design system around Peach Fade.