Whimsical Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Serenade palette

Share this palette to:

Whimsical Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f3e1a5;
}
.color-4 {
color: #d8e8b5;
}
.color-5 {
color: #a5c6d5;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f8caa5;
--color-3: #f3e1a5;
--color-4: #d8e8b5;
--color-5: #a5c6d5;
}

Whimsical Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f8caa5, #f3e1a5, #d8e8b5, #a5c6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f8caa5, #f3e1a5, #d8e8b5, #a5c6d5);
}

Whimsical Serenade color palette created on .