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