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

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Beach, Bright, Coral, Cream, Light, Peach, Soft, Spring, Warm color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Coral Dream color palette created on .