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: #5eb08e;
}
.color-2 {
color: #6fbe8c;
}
.color-3 {
color: #92d9a7;
}
.color-4 {
color: #f3e8b4;
}
.color-5 {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--color-1: #5eb08e;
--color-2: #6fbe8c;
--color-3: #92d9a7;
--color-4: #f3e8b4;
--color-5: #f7b2a1;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5eb08e, #6fbe8c, #92d9a7, #f3e8b4, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5eb08e, #6fbe8c, #92d9a7, #f3e8b4, #f7b2a1);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Green color palette created on .