Shades of Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #546a2f;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #8fbc8f;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #d3b58d;
--color-3: #546a2f;
--color-4: #f0e78e;
--color-5: #8fbc8f;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #d3b58d, #546a2f, #f0e78e, #8fbc8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #d3b58d, #546a2f, #f0e78e, #8fbc8f);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Shades of Green color palette created on .