Verdant Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Earthtones palette

Share this palette to:

Verdant Earthtones color palette CSS

/* CSS */
.color-1 {
color: #7d9b59;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e1e09d;
}
.color-4 {
color: #d9ba4a;
}
.color-5 {
color: #c05939;
}

/* CSS Variables */
:root {
--color-1: #7d9b59;
--color-2: #a3d55d;
--color-3: #e1e09d;
--color-4: #d9ba4a;
--color-5: #c05939;
}

Verdant Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b59, #a3d55d, #e1e09d, #d9ba4a, #c05939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b59, #a3d55d, #e1e09d, #d9ba4a, #c05939);
}

Verdant Earthtones color palette created on .