Verdant Whispers of Spring Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Verdant Whispers of Spring palette
tavolozza dei colori Verdant Whispers of Spring CSS
/* CSS */
.color-1 {
color: #d2f4d5;
}
.color-2 {
color: #c4e24b;
}
.color-3 {
color: #3fc680;
}
.color-4 {
color: #739e33;
}
.color-5 {
color: #912b39;
}
/* CSS Variables */
:root {
--color-1: #d2f4d5;
--color-2: #c4e24b;
--color-3: #3fc680;
--color-4: #739e33;
--color-5: #912b39;
}
CSS con gradiente di sfondo Verdant Whispers of Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2f4d5, #c4e24b, #3fc680, #739e33, #912b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2f4d5, #c4e24b, #3fc680, #739e33, #912b39);
}
Tavolozze di colori simili
Verdant Whispers of Spring color palette created on .