Whimsical Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Serenity palette

Share this palette to:

Whimsical Serenity color palette CSS

/* CSS */
.color-1 {
color: #92a59d;
}
.color-2 {
color: #dca7a7;
}
.color-3 {
color: #d1baad;
}
.color-4 {
color: #ecb86f;
}
.color-5 {
color: #eddaa6;
}

/* CSS Variables */
:root {
--color-1: #92a59d;
--color-2: #dca7a7;
--color-3: #d1baad;
--color-4: #ecb86f;
--color-5: #eddaa6;
}

Whimsical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #92a59d, #dca7a7, #d1baad, #ecb86f, #eddaa6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #92a59d, #dca7a7, #d1baad, #ecb86f, #eddaa6);
}

Whimsical Serenity color palette created on .