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: #f7a7a6;
}
.color-2 {
color: #f9d99a;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #94a1e0;
}
/* CSS Variables */
:root {
--color-1: #f7a7a6;
--color-2: #f9d99a;
--color-3: #f4e1a4;
--color-4: #a3d6e0;
--color-5: #94a1e0;
}
Whimsical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a7a6, #f9d99a, #f4e1a4, #a3d6e0, #94a1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a7a6, #f9d99a, #f4e1a4, #a3d6e0, #94a1e0);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Whimsical Serenity color palette created on .