Paleta de colores Verdant Whispers of Spring
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Whispers of Spring palette
CSS de la paleta de colores Verdant Whispers of Spring
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Verdant Whispers of Spring color palette created on .