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: #d2e4b9;
}
.color-2 {
color: #b3d7a2;
}
.color-3 {
color: #9fc6a3;
}
.color-4 {
color: #8ecd91;
}
.color-5 {
color: #71cc7b;
}
/* CSS Variables */
:root {
--color-1: #d2e4b9;
--color-2: #b3d7a2;
--color-3: #9fc6a3;
--color-4: #8ecd91;
--color-5: #71cc7b;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e4b9, #b3d7a2, #9fc6a3, #8ecd91, #71cc7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e4b9, #b3d7a2, #9fc6a3, #8ecd91, #71cc7b);
}
Similar color palettes
Shades of Green color palette created on .