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: #1e4d2b;
}
.color-2 {
color: #4d893e;
}
.color-3 {
color: #8fd75b;
}
.color-4 {
color: #f4e166;
}
.color-5 {
color: #e15b3d;
}
/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #4d893e;
--color-3: #8fd75b;
--color-4: #f4e166;
--color-5: #e15b3d;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #4d893e, #8fd75b, #f4e166, #e15b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #4d893e, #8fd75b, #f4e166, #e15b3d);
}
Similar color palettes
Shades of Green color palette created on .