Spring Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spring Serenade palette
Spring Serenade color palette CSS
/* CSS */
.color-1 {
color: #c2e0b3;
}
.color-2 {
color: #f2e1b5;
}
.color-3 {
color: #f6cdb6;
}
.color-4 {
color: #ebbdd1;
}
.color-5 {
color: #f5b0a8;
}
/* CSS Variables */
:root {
--color-1: #c2e0b3;
--color-2: #f2e1b5;
--color-3: #f6cdb6;
--color-4: #ebbdd1;
--color-5: #f5b0a8;
}
Spring Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2e0b3, #f2e1b5, #f6cdb6, #ebbdd1, #f5b0a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2e0b3, #f2e1b5, #f6cdb6, #ebbdd1, #f5b0a8);
}
Similar color palettes
Scroll down to explore 10 Mint color palettes
Spring Serenade color palette created on .