Whimsical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Serenity palette
Download Whimsical Serenity Color Palette (PNG)
Whimsical Serenity color palette CSS
/* CSS */
.color-1 {
color: #a1d9aa;
}
.color-2 {
color: #c5e2d6;
}
.color-3 {
color: #eab6ae;
}
.color-4 {
color: #a3d9e0;
}
.color-5 {
color: #d7b2c6;
}
/* CSS Variables */
:root {
--color-1: #a1d9aa;
--color-2: #c5e2d6;
--color-3: #eab6ae;
--color-4: #a3d9e0;
--color-5: #d7b2c6;
}
Whimsical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9aa, #c5e2d6, #eab6ae, #a3d9e0, #d7b2c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9aa, #c5e2d6, #eab6ae, #a3d9e0, #d7b2c6);
}
Similar color palettes
Whimsical Serenity color palette created on .