Whispers of the Verdant Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Verdant Grove palette

Share this palette to:

Whispers of the Verdant Grove color palette 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;
}

Whispers of the Verdant Grove background gradient CSS

/* 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 .