Peach Cloud
#FFE0D3A barely-there orange with warm warmth that envelops a room without overpowering it.
Spec Sheet
Hex#FFE0D3
RGB255, 224, 211
HSL18°, 100%, 91%
On White 1.25:1 Fail
On Black 16.85:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EEE9E8 Text: #251813 Accent: #FFE0D3 Support: #4C788A Neutral: #D3D0C5 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 Cloud Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EEE9E8;
--palette-ink: #251813;
--palette-accent: #FFE0D3;
--palette-support: #4C788A;
--palette-neutral: #D3D0C5;
}Tailwind Config
{
"palette-background": "#EEE9E8",
"palette-ink": "#251813",
"palette-accent": "#FFE0D3",
"palette-support": "#4C788A",
"palette-neutral": "#D3D0C5"
}Color Blindness Simulation
#E8E3D2
Protanopia#EFE9D3
Deuteranopia#FFDBDC
TritanopiaBuild a design system around Peach Cloud.