Whimsical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Serenity palette
Whimsical Serenity color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f8bfd2;
}
.color-3 {
color: #e2c7f0;
}
.color-4 {
color: #a1d5e8;
}
.color-5 {
color: #a4e5b8;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f8bfd2;
--color-3: #e2c7f0;
--color-4: #a1d5e8;
--color-5: #a4e5b8;
}
Whimsical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f8bfd2, #e2c7f0, #a1d5e8, #a4e5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f8bfd2, #e2c7f0, #a1d5e8, #a4e5b8);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Whimsical Serenity color palette created on .