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