Coastal Dawn Serenade Color Palette

Discover the beautiful Coastal Dawn Serenade color palette featuring dew (#f9fffe), foam (#edf9fe), link water (#e2eef7), cameo (#d8bea5) and zest (#e08428).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Pastel, Soft, Summer, 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 Coastal Dawn Serenade palette

Share this palette to:

💻 Coastal Dawn Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9fffe;
}
.color-2 {
color: #edf9fe;
}
.color-3 {
color: #e2eef7;
}
.color-4 {
color: #d8bea5;
}
.color-5 {
color: #e08428;
}

/* CSS Variables */
:root {
--color-1: #f9fffe;
--color-2: #edf9fe;
--color-3: #e2eef7;
--color-4: #d8bea5;
--color-5: #e08428;
}

🌈 Coastal Dawn Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fffe, #edf9fe, #e2eef7, #d8bea5, #e08428);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fffe, #edf9fe, #e2eef7, #d8bea5, #e08428);
}

Coastal Dawn Serenade color palette created on .