Coral Dune
#FFCDD1A vivid red with emotional weight. Draws the eye and adds passion to feature walls and architectural details.
Spec Sheet
Hex#FFCDD1
RGB255, 205, 209
HSL355°, 100%, 90%
On White 1.41:1 Fail
On Black 14.91:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F4F0F1 Text: #312122 Accent: #FFCDD1 Support: #6AB4AE Neutral: #D6C7BD 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 Coral Dune Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F4F0F1;
--palette-ink: #312122;
--palette-accent: #FFCDD1;
--palette-support: #6AB4AE;
--palette-neutral: #D6C7BD;
}Tailwind Config
{
"palette-background": "#F4F0F1",
"palette-ink": "#312122",
"palette-accent": "#FFCDD1",
"palette-support": "#6AB4AE",
"palette-neutral": "#D6C7BD"
}Color Blindness Simulation
#D5D4D1
Protanopia#E0DDD0
Deuteranopia#FFC9CE
TritanopiaBuild a design system around Coral Dune.