Whimsical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Whimsical Serenity Color Palette (PNG)
Whimsical Serenity color palette CSS
/* CSS */
.color-1 {
color: #f4b8c4;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #c5a7e2;
}
.color-4 {
color: #f6d6b1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #a3d7e0;
--color-3: #c5a7e2;
--color-4: #f6d6b1;
--color-5: #ff6e61;
}
Whimsical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #a3d7e0, #c5a7e2, #f6d6b1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #a3d7e0, #c5a7e2, #f6d6b1, #ff6e61);
}
Similar color palettes
Whimsical Serenity color palette created on .