Whispers of Spring Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Spring palette
Whispers of Spring color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7fdf9;
}
.color-3 {
color: #f4fded;
}
.color-4 {
color: #e7f8e2;
}
.color-5 {
color: #cce3c4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7fdf9;
--color-3: #f4fded;
--color-4: #e7f8e2;
--color-5: #cce3c4;
}
Whispers of Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7fdf9, #f4fded, #e7f8e2, #cce3c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7fdf9, #f4fded, #e7f8e2, #cce3c4);
}
Similar color palettes
Whispers of Spring color palette created on .