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: #4b7c5e;
}
.color-2 {
color: #69bf8b;
}
.color-3 {
color: #a1e3b1;
}
.color-4 {
color: #d7f5c2;
}
.color-5 {
color: #f3f9e1;
}
/* CSS Variables */
:root {
--color-1: #4b7c5e;
--color-2: #69bf8b;
--color-3: #a1e3b1;
--color-4: #d7f5c2;
--color-5: #f3f9e1;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5e, #69bf8b, #a1e3b1, #d7f5c2, #f3f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5e, #69bf8b, #a1e3b1, #d7f5c2, #f3f9e1);
}
Similar color palettes
Shades of Green color palette created on .