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: #f1a8a2;
}
.color-2 {
color: #f6c1c2;
}
.color-3 {
color: #f4e6b3;
}
.color-4 {
color: #e0d5b8;
}
.color-5 {
color: #b5d9e8;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f6c1c2;
--color-3: #f4e6b3;
--color-4: #e0d5b8;
--color-5: #b5d9e8;
}

Whimsical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f6c1c2, #f4e6b3, #e0d5b8, #b5d9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f6c1c2, #f4e6b3, #e0d5b8, #b5d9e8);
}

Whimsical Serenity color palette created on .