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
💡 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
Image Gallery

💻 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);
} 🔗 Explore similar color palettes
Coastal Dawn Serenade color palette created on .