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: #f2f92f;
}
.color-2 {
color: #a0d100;
}
.color-3 {
color: #4ebd3d;
}
.color-4 {
color: #009e69;
}
.color-5 {
color: #007a5e;
}
/* CSS Variables */
:root {
--color-1: #f2f92f;
--color-2: #a0d100;
--color-3: #4ebd3d;
--color-4: #009e69;
--color-5: #007a5e;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f92f, #a0d100, #4ebd3d, #009e69, #007a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f92f, #a0d100, #4ebd3d, #009e69, #007a5e);
}
Similar color palettes
Shades of Green color palette created on .