Whispers of Spring Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Spring palette
tavolozza dei colori Whispers of Spring CSS
/* CSS */
.color-1 {
color: #f5b2c2;
}
.color-2 {
color: #f7e1b6;
}
.color-3 {
color: #b2d8b0;
}
.color-4 {
color: #a4c7e5;
}
.color-5 {
color: #e09ebc;
}
/* CSS Variables */
:root {
--color-1: #f5b2c2;
--color-2: #f7e1b6;
--color-3: #b2d8b0;
--color-4: #a4c7e5;
--color-5: #e09ebc;
}
CSS con gradiente di sfondo Whispers of Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c2, #f7e1b6, #b2d8b0, #a4c7e5, #e09ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c2, #f7e1b6, #b2d8b0, #a4c7e5, #e09ebc);
}
Tavolozze di colori simili
Whispers of Spring color palette created on .