Paleta de colores Verdant Whispering Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Whispering Shadows palette
CSS de la paleta de colores Verdant Whispering Shadows
/* CSS */
.color-1 {
color: #f3fbea;
}
.color-2 {
color: #95c98d;
}
.color-3 {
color: #217d51;
}
.color-4 {
color: #10562d;
}
.color-5 {
color: #4b2a3c;
}
/* CSS Variables */
:root {
--color-1: #f3fbea;
--color-2: #95c98d;
--color-3: #217d51;
--color-4: #10562d;
--color-5: #4b2a3c;
}
CSS del degradado de fondo Verdant Whispering Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3fbea, #95c98d, #217d51, #10562d, #4b2a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3fbea, #95c98d, #217d51, #10562d, #4b2a3c);
}
Paletas de colores similares
Verdant Whispering Shadows color palette created on .