Green Garmadon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Garmadon palette

Share this palette to:

Green Garmadon color palette CSS

/* CSS */
.color-1 {
color: #90ce6f;
}
.color-2 {
color: #b1e3a6;
}
.color-3 {
color: #dae7b1;
}
.color-4 {
color: #f2e7a1;
}
.color-5 {
color: #f5c67a;
}

/* CSS Variables */
:root {
--color-1: #90ce6f;
--color-2: #b1e3a6;
--color-3: #dae7b1;
--color-4: #f2e7a1;
--color-5: #f5c67a;
}

Green Garmadon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90ce6f, #b1e3a6, #dae7b1, #f2e7a1, #f5c67a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90ce6f, #b1e3a6, #dae7b1, #f2e7a1, #f5c67a);
}

Green Garmadon color palette created on .