Green Poison Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Poison palette

Share this palette to:

Green Poison color palette CSS

/* CSS */
.color-1 {
color: #5e8b3c;
}
.color-2 {
color: #85b65d;
}
.color-3 {
color: #b3d16b;
}
.color-4 {
color: #e2f2a1;
}
.color-5 {
color: #f5e57a;
}

/* CSS Variables */
:root {
--color-1: #5e8b3c;
--color-2: #85b65d;
--color-3: #b3d16b;
--color-4: #e2f2a1;
--color-5: #f5e57a;
}

Green Poison background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e8b3c, #85b65d, #b3d16b, #e2f2a1, #f5e57a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e8b3c, #85b65d, #b3d16b, #e2f2a1, #f5e57a);
}

Green Poison color palette created on .