Whispers of the Verdant Grove Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Verdant Grove palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Verdant Grove CSS

/* CSS */
.color-1 {
color: #4b7c5e;
}
.color-2 {
color: #6fbe8f;
}
.color-3 {
color: #85e0b3;
}
.color-4 {
color: #a1e8d5;
}
.color-5 {
color: #c2f5f1;
}

/* CSS Variables */
:root {
--color-1: #4b7c5e;
--color-2: #6fbe8f;
--color-3: #85e0b3;
--color-4: #a1e8d5;
--color-5: #c2f5f1;
}

CSS con gradiente di sfondo Whispers of the Verdant Grove

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5e, #6fbe8f, #85e0b3, #a1e8d5, #c2f5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5e, #6fbe8f, #85e0b3, #a1e8d5, #c2f5f1);
}

Whispers of the Verdant Grove color palette created on .