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: #f1a7ca;
}
.color-2 {
color: #f09d8e;
}
.color-3 {
color: #f0d25c;
}
.color-4 {
color: #9fd1c2;
}
.color-5 {
color: #7bb9d5;
}
/* CSS Variables */
:root {
--color-1: #f1a7ca;
--color-2: #f09d8e;
--color-3: #f0d25c;
--color-4: #9fd1c2;
--color-5: #7bb9d5;
}
Spring Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ca, #f09d8e, #f0d25c, #9fd1c2, #7bb9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ca, #f09d8e, #f0d25c, #9fd1c2, #7bb9d5);
}
Similar color palettes
Spring Serenade color palette created on .