Green Cactus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Cactus palette

Share this palette to:

Green Cactus color palette CSS

/* CSS */
.color-1 {
color: #a5c8a2;
}
.color-2 {
color: #e6b85b;
}
.color-3 {
color: #c94e3b;
}
.color-4 {
color: #f2e6c0;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #a5c8a2;
--color-2: #e6b85b;
--color-3: #c94e3b;
--color-4: #f2e6c0;
--color-5: #6b9cd1;
}

Green Cactus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c8a2, #e6b85b, #c94e3b, #f2e6c0, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c8a2, #e6b85b, #c94e3b, #f2e6c0, #6b9cd1);
}

Green Cactus color palette created on .