Verdant Whispering Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whispering Grove palette

Share this palette to:

Verdant Whispering Grove color palette CSS

/* CSS */
.color-1 {
color: #ced76a;
}
.color-2 {
color: #9aa84d;
}
.color-3 {
color: #8da08d;
}
.color-4 {
color: #788650;
}
.color-5 {
color: #6a7a2e;
}

/* CSS Variables */
:root {
--color-1: #ced76a;
--color-2: #9aa84d;
--color-3: #8da08d;
--color-4: #788650;
--color-5: #6a7a2e;
}

Verdant Whispering Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ced76a, #9aa84d, #8da08d, #788650, #6a7a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ced76a, #9aa84d, #8da08d, #788650, #6a7a2e);
}

Verdant Whispering Grove color palette created on .