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: #6eba45;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e3e76e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d95d30;
}
/* CSS Variables */
:root {
--color-1: #6eba45;
--color-2: #a3d55d;
--color-3: #e3e76e;
--color-4: #f1c84b;
--color-5: #d95d30;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6eba45, #a3d55d, #e3e76e, #f1c84b, #d95d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6eba45, #a3d55d, #e3e76e, #f1c84b, #d95d30);
}
Similar color palettes
Shades of Green color palette created on .