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