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: #6e9175;
}
.color-2 {
color: #bccebb;
}
.color-3 {
color: #e9efe6;
}
.color-4 {
color: #d8d0dd;
}
.color-5 {
color: #a38095;
}
/* CSS Variables */
:root {
--color-1: #6e9175;
--color-2: #bccebb;
--color-3: #e9efe6;
--color-4: #d8d0dd;
--color-5: #a38095;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e9175, #bccebb, #e9efe6, #d8d0dd, #a38095);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e9175, #bccebb, #e9efe6, #d8d0dd, #a38095);
}
Similar color palettes
Scroll down to explore 100+ Earthy color palettes
Shades of Green color palette created on .