Paleta de colores Verdant Whispering Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Whispering Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Whispering Shadows

/* CSS */
.color-1 {
color: #d3d4d3;
}
.color-2 {
color: #7bad7d;
}
.color-3 {
color: #618f64;
}
.color-4 {
color: #446a47;
}
.color-5 {
color: #254632;
}

/* CSS Variables */
:root {
--color-1: #d3d4d3;
--color-2: #7bad7d;
--color-3: #618f64;
--color-4: #446a47;
--color-5: #254632;
}

CSS del degradado de fondo Verdant Whispering Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d4d3, #7bad7d, #618f64, #446a47, #254632);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d4d3, #7bad7d, #618f64, #446a47, #254632);
}

Verdant Whispering Shadows color palette created on .