Undead Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Undead Garden palette

Share this palette to:

Undead Garden color palette CSS

/* CSS */
.color-1 {
color: #609d1b;
}
.color-2 {
color: #3d8a28;
}
.color-3 {
color: #2a7a3e;
}
.color-4 {
color: #1b6f45;
}
.color-5 {
color: #2b9c56;
}

/* CSS Variables */
:root {
--color-1: #609d1b;
--color-2: #3d8a28;
--color-3: #2a7a3e;
--color-4: #1b6f45;
--color-5: #2b9c56;
}

Undead Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #609d1b, #3d8a28, #2a7a3e, #1b6f45, #2b9c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #609d1b, #3d8a28, #2a7a3e, #1b6f45, #2b9c56);
}

Undead Garden color palette created on .