Serene Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Dawn palette

Share this palette to:

Serene Dawn color palette CSS

/* CSS */
.color-1 {
color: #a5e3e0;
}
.color-2 {
color: #b3e1e5;
}
.color-3 {
color: #d3f3f1;
}
.color-4 {
color: #f1f9f7;
}
.color-5 {
color: #ffebe0;
}

/* CSS Variables */
:root {
--color-1: #a5e3e0;
--color-2: #b3e1e5;
--color-3: #d3f3f1;
--color-4: #f1f9f7;
--color-5: #ffebe0;
}

Serene Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e3e0, #b3e1e5, #d3f3f1, #f1f9f7, #ffebe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e3e0, #b3e1e5, #d3f3f1, #f1f9f7, #ffebe0);
}

Similar color palettes

Serene Dawn color palette created on .