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