Coral Dream Color Palette
Discover the beautiful Coral Dream color palette featuring salmon (#ff8d6c), macaroni and cheese (#ffb682), flesh (#ffcdad), champagne (#fadfcc) and manhattan (#f6c5ad).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Coral Dream palette
๐ป Coral Dream color palette CSS
/* CSS */
.color-1 {
color: #ff8d6c;
}
.color-2 {
color: #ffb682;
}
.color-3 {
color: #ffcdad;
}
.color-4 {
color: #fadfcc;
}
.color-5 {
color: #f6c5ad;
}
/* CSS Variables */
:root {
--color-1: #ff8d6c;
--color-2: #ffb682;
--color-3: #ffcdad;
--color-4: #fadfcc;
--color-5: #f6c5ad;
} ๐ Coral Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8d6c, #ffb682, #ffcdad, #fadfcc, #f6c5ad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8d6c, #ffb682, #ffcdad, #fadfcc, #f6c5ad);
} ๐ Explore similar color palettes
Coral Dream color palette created on .