Green Grasshopper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Grasshopper palette

Share this palette to:

Green Grasshopper color palette CSS

/* CSS */
.color-1 {
color: #5b8c3b;
}
.color-2 {
color: #b8d99b;
}
.color-3 {
color: #f0e59e;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #6a3d2a;
}

/* CSS Variables */
:root {
--color-1: #5b8c3b;
--color-2: #b8d99b;
--color-3: #f0e59e;
--color-4: #f5b400;
--color-5: #6a3d2a;
}

Green Grasshopper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8c3b, #b8d99b, #f0e59e, #f5b400, #6a3d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8c3b, #b8d99b, #f0e59e, #f5b400, #6a3d2a);
}

Green Grasshopper color palette created on .