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: #a7d7b8;
}
.color-2 {
color: #75c7a1;
}
.color-3 {
color: #4cae8d;
}
.color-4 {
color: #2b8872;
}
.color-5 {
color: #197b6e;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #75c7a1;
--color-3: #4cae8d;
--color-4: #2b8872;
--color-5: #197b6e;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #75c7a1, #4cae8d, #2b8872, #197b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #75c7a1, #4cae8d, #2b8872, #197b6e);
}
Similar color palettes
Shades of Green color palette created on .