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: #f1a7a2;
}
.color-2 {
color: #f1c9a2;
}
.color-3 {
color: #e9e3af;
}
.color-4 {
color: #a3d7c3;
}
.color-5 {
color: #a0c8e9;
}

/* CSS Variables */
:root {
--color-1: #f1a7a2;
--color-2: #f1c9a2;
--color-3: #e9e3af;
--color-4: #a3d7c3;
--color-5: #a0c8e9;
}

Whimsical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7a2, #f1c9a2, #e9e3af, #a3d7c3, #a0c8e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7a2, #f1c9a2, #e9e3af, #a3d7c3, #a0c8e9);
}

Whimsical Serenity color palette created on .