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