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: #f6a4a2;
}
.color-2 {
color: #f6bfb1;
}
.color-3 {
color: #f6e1cb;
}
.color-4 {
color: #f2f1c0;
}
.color-5 {
color: #e1f6a2;
}
/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f6bfb1;
--color-3: #f6e1cb;
--color-4: #f2f1c0;
--color-5: #e1f6a2;
}
Whispers of Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f6bfb1, #f6e1cb, #f2f1c0, #e1f6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f6bfb1, #f6e1cb, #f2f1c0, #e1f6a2);
}
Similar color palettes
Whispers of Spring color palette created on .