Paleta de colores Whispers of Verdant Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Verdant Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Verdant Shadows

/* CSS */
.color-1 {
color: #d3d5d3;
}
.color-2 {
color: #73a575;
}
.color-3 {
color: #537956;
}
.color-4 {
color: #2e523a;
}
.color-5 {
color: #2b3017;
}

/* CSS Variables */
:root {
--color-1: #d3d5d3;
--color-2: #73a575;
--color-3: #537956;
--color-4: #2e523a;
--color-5: #2b3017;
}

CSS del degradado de fondo Whispers of Verdant Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d5d3, #73a575, #537956, #2e523a, #2b3017);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d5d3, #73a575, #537956, #2e523a, #2b3017);
}

Whispers of Verdant Shadows color palette created on .