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: #a4c1ae;
}
.color-2 {
color: #6c9d85;
}
.color-3 {
color: #3d7071;
}
.color-4 {
color: #2e4c56;
}
.color-5 {
color: #2c3944;
}
/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #6c9d85;
--color-3: #3d7071;
--color-4: #2e4c56;
--color-5: #2c3944;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #6c9d85, #3d7071, #2e4c56, #2c3944);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #6c9d85, #3d7071, #2e4c56, #2c3944);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Green color palette created on .