Dark Green Valley Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Green Valley palette

Share this palette to:

Dark Green Valley color palette CSS

/* CSS */
.color-1 {
color: #4b703e;
}
.color-2 {
color: #a4c559;
}
.color-3 {
color: #e6a14c;
}
.color-4 {
color: #e05d38;
}
.color-5 {
color: #6f3c2a;
}

/* CSS Variables */
:root {
--color-1: #4b703e;
--color-2: #a4c559;
--color-3: #e6a14c;
--color-4: #e05d38;
--color-5: #6f3c2a;
}

Dark Green Valley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b703e, #a4c559, #e6a14c, #e05d38, #6f3c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b703e, #a4c559, #e6a14c, #e05d38, #6f3c2a);
}

Dark Green Valley color palette created on .