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: #f7c6c0;
}
.color-2 {
color: #f9d8c3;
}
.color-3 {
color: #fae3c2;
}
.color-4 {
color: #faeec2;
}
.color-5 {
color: #f0fbd0;
}
/* CSS Variables */
:root {
--color-1: #f7c6c0;
--color-2: #f9d8c3;
--color-3: #fae3c2;
--color-4: #faeec2;
--color-5: #f0fbd0;
}
Whispers of Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6c0, #f9d8c3, #fae3c2, #faeec2, #f0fbd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6c0, #f9d8c3, #fae3c2, #faeec2, #f0fbd0);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Whispers of Spring color palette created on .