Shades of Grass Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Grass palette
Shades of Grass color palette CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #a5d39c;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f5b042;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #a5d39c;
--color-3: #f9e79f;
--color-4: #f5b042;
--color-5: #e74d3c;
}
Shades of Grass background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #a5d39c, #f9e79f, #f5b042, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #a5d39c, #f9e79f, #f5b042, #e74d3c);
}
Similar color palettes
Shades of Grass color palette created on .