Fruit Salad
#F5C7C2A vivid red with emotional weight. Draws the eye and adds passion to feature walls and architectural details.
Spec Sheet
Hex#F5C7C2
RGB245, 199, 194
HSL6°, 72%, 86%
On White 1.52:1 Fail
On Black 13.83:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F5F0F0 Text: #2D1715 Accent: #F5C7C2 Support: #5C9399 Neutral: #D8CEC0 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 Fruit Salad Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F5F0F0;
--palette-ink: #2D1715;
--palette-accent: #F5C7C2;
--palette-support: #5C9399;
--palette-neutral: #D8CEC0;
}Tailwind Config
{
"palette-background": "#F5F0F0",
"palette-ink": "#2D1715",
"palette-accent": "#F5C7C2",
"palette-support": "#5C9399",
"palette-neutral": "#D8CEC0"
}Color Blindness Simulation
#D0CCC2
Protanopia#DAD5C2
Deuteranopia#FFC2C6
TritanopiaBuild a design system around Fruit Salad.