Green Caterpillar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Caterpillar palette

Share this palette to:

Green Caterpillar color palette CSS

/* CSS */
.color-1 {
color: #a8d85a;
}
.color-2 {
color: #f5c25b;
}
.color-3 {
color: #f9a65d;
}
.color-4 {
color: #f28d3a;
}
.color-5 {
color: #e24c3c;
}

/* CSS Variables */
:root {
--color-1: #a8d85a;
--color-2: #f5c25b;
--color-3: #f9a65d;
--color-4: #f28d3a;
--color-5: #e24c3c;
}

Green Caterpillar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d85a, #f5c25b, #f9a65d, #f28d3a, #e24c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d85a, #f5c25b, #f9a65d, #f28d3a, #e24c3c);
}

Green Caterpillar color palette created on .