Pink Harmony
#FFDED3A barely-there orange with warm warmth that envelops a room without overpowering it.
Spec Sheet
Hex#FFDED3
RGB255, 222, 211
HSL15°, 100%, 91%
On White 1.26:1 Fail
On Black 16.64:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #ECE6E4 Text: #291D19 Accent: #FFDED3 Support: #5690A4 Neutral: #DDD7C6 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 Pink Harmony Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #ECE6E4;
--palette-ink: #291D19;
--palette-accent: #FFDED3;
--palette-support: #5690A4;
--palette-neutral: #DDD7C6;
}Tailwind Config
{
"palette-background": "#ECE6E4",
"palette-ink": "#291D19",
"palette-accent": "#FFDED3",
"palette-support": "#5690A4",
"palette-neutral": "#DDD7C6"
}Color Blindness Simulation
#E6E1D2
Protanopia#EDE7D3
Deuteranopia#FFDADB
TritanopiaBuild a design system around Pink Harmony.