Whispers of Verdant Shadows Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Verdant Shadows palette

Condividi questa palette a:

tavolozza dei colori Whispers of Verdant Shadows CSS

/* 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 con gradiente di sfondo 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 .