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: #f6b83c;
}
.color-2 {
color: #f1a7b1;
}
.color-3 {
color: #d77f83;
}
.color-4 {
color: #a69bb0;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f1a7b1;
--color-3: #d77f83;
--color-4: #a69bb0;
--color-5: #a3c7e0;
}

Whimsical Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f1a7b1, #d77f83, #a69bb0, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f1a7b1, #d77f83, #a69bb0, #a3c7e0);
}

Whimsical Serenade color palette created on .