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: #f6a8a2;
}
.color-2 {
color: #fbcb79;
}
.color-3 {
color: #f9ee9f;
}
.color-4 {
color: #a0d9c4;
}
.color-5 {
color: #6b9fd6;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #fbcb79;
--color-3: #f9ee9f;
--color-4: #a0d9c4;
--color-5: #6b9fd6;
}

Whimsical Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #fbcb79, #f9ee9f, #a0d9c4, #6b9fd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #fbcb79, #f9ee9f, #a0d9c4, #6b9fd6);
}

Whimsical Serenade color palette created on .