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: #8bc6b8;
}
.color-3 {
color: #69bf8a;
}
.color-4 {
color: #4fbf6f;
}
.color-5 {
color: #35a770;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #8bc6b8;
--color-3: #69bf8a;
--color-4: #4fbf6f;
--color-5: #35a770;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #8bc6b8, #69bf8a, #4fbf6f, #35a770);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #8bc6b8, #69bf8a, #4fbf6f, #35a770);
}
Similar color palettes
Shades of Green color palette created on .