Spooky Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spooky Green palette

Share this palette to:

Spooky Green color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b17c4e;
}
.color-3 {
color: #d9c1a0;
}
.color-4 {
color: #3c6d3d;
}
.color-5 {
color: #5e2b21;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b17c4e;
--color-3: #d9c1a0;
--color-4: #3c6d3d;
--color-5: #5e2b21;
}

Spooky Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b17c4e, #d9c1a0, #3c6d3d, #5e2b21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b17c4e, #d9c1a0, #3c6d3d, #5e2b21);
}

Spooky Green color palette created on .