Serene Dawn Color Palette

Discover the beautiful Serene Dawn color palette featuring morning glory (#a8e0e1), magic mint (#b2f0e1), white ice (#d3f8ea), coconut cream (#f2f9e1) and derby (#ffedd6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Light, Spring 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 Serene Dawn palette

Share this palette to:

💻 Serene Dawn color palette CSS

/* CSS */
.color-1 {
color: #a8e0e1;
}
.color-2 {
color: #b2f0e1;
}
.color-3 {
color: #d3f8ea;
}
.color-4 {
color: #f2f9e1;
}
.color-5 {
color: #ffedd6;
}

/* CSS Variables */
:root {
--color-1: #a8e0e1;
--color-2: #b2f0e1;
--color-3: #d3f8ea;
--color-4: #f2f9e1;
--color-5: #ffedd6;
}

🌈 Serene Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e0e1, #b2f0e1, #d3f8ea, #f2f9e1, #ffedd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e0e1, #b2f0e1, #d3f8ea, #f2f9e1, #ffedd6);
}

Serene Dawn color palette created on .