Spring Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spring Serenity palette
Spring Serenity color palette CSS
/* CSS */
.color-1 {
color: #b5d9ba;
}
.color-2 {
color: #d2e95d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f4f6c1;
}
.color-5 {
color: #c2d6d4;
}
/* CSS Variables */
:root {
--color-1: #b5d9ba;
--color-2: #d2e95d;
--color-3: #ffffff;
--color-4: #f4f6c1;
--color-5: #c2d6d4;
}
Spring Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d9ba, #d2e95d, #ffffff, #f4f6c1, #c2d6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d9ba, #d2e95d, #ffffff, #f4f6c1, #c2d6d4);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Spring Serenity color palette created on .