Whimsical Sunrise Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Sunrise Serenade palette

Share this palette to:

Whimsical Sunrise Serenade color palette CSS

/* CSS */
.color-1 {
color: #fcfded;
}
.color-2 {
color: #f7eecf;
}
.color-3 {
color: #f0c442;
}
.color-4 {
color: #f09ea1;
}
.color-5 {
color: #a8bad6;
}

/* CSS Variables */
:root {
--color-1: #fcfded;
--color-2: #f7eecf;
--color-3: #f0c442;
--color-4: #f09ea1;
--color-5: #a8bad6;
}

Whimsical Sunrise Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfded, #f7eecf, #f0c442, #f09ea1, #a8bad6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfded, #f7eecf, #f0c442, #f09ea1, #a8bad6);
}

Whimsical Sunrise Serenade color palette created on .