Verdant Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Harvest palette

Share this palette to:

Verdant Harvest color palette CSS

/* CSS */
.color-1 {
color: #6ebf8a;
}
.color-2 {
color: #4cae69;
}
.color-3 {
color: #3f9d5b;
}
.color-4 {
color: #3f8d4b;
}
.color-5 {
color: #2b5e3c;
}

/* CSS Variables */
:root {
--color-1: #6ebf8a;
--color-2: #4cae69;
--color-3: #3f9d5b;
--color-4: #3f8d4b;
--color-5: #2b5e3c;
}

Verdant Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8a, #4cae69, #3f9d5b, #3f8d4b, #2b5e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8a, #4cae69, #3f9d5b, #3f8d4b, #2b5e3c);
}

Verdant Harvest color palette created on .