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