Coral Dream Color Palette

Discover the beautiful Coral Dream color palette featuring salmon (#ff8b6b), macaroni and cheese (#ffb580), flesh (#ffcdad), champagne (#fadfcc) and manhattan (#f6c5ac).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Apricot, Coral, Cream, Warm, Soft, Spring, Beach, Light, Bright 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: #ff8b6b;
}
.color-2 {
color: #ffb580;
}
.color-3 {
color: #ffcdad;
}
.color-4 {
color: #fadfcc;
}
.color-5 {
color: #f6c5ac;
}

/* CSS Variables */
:root {
--color-1: #ff8b6b;
--color-2: #ffb580;
--color-3: #ffcdad;
--color-4: #fadfcc;
--color-5: #f6c5ac;
}

🌈 Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b6b, #ffb580, #ffcdad, #fadfcc, #f6c5ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b6b, #ffb580, #ffcdad, #fadfcc, #f6c5ac);
}

Coral Dream color palette created on .