Verdant Zest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Zest palette
Verdant Zest color palette CSS
/* CSS */
.color-1 {
color: #a7d86e;
}
.color-2 {
color: #8aca49;
}
.color-3 {
color: #4eb12b;
}
.color-4 {
color: #2a7c1d;
}
.color-5 {
color: #1b6010;
}
/* CSS Variables */
:root {
--color-1: #a7d86e;
--color-2: #8aca49;
--color-3: #4eb12b;
--color-4: #2a7c1d;
--color-5: #1b6010;
}
Verdant Zest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d86e, #8aca49, #4eb12b, #2a7c1d, #1b6010);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d86e, #8aca49, #4eb12b, #2a7c1d, #1b6010);
}
Similar color palettes
Verdant Zest color palette created on .