Halloween Statue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Halloween Statue palette

Share this palette to:

Halloween Statue color palette PNG image

Download halloween statue color palette PNG image (landscape)
Download halloween statue color palette PNG image (square)

Halloween Statue color palette CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d48e25;
}
.color-3 {
color: #f9b134;
}
.color-4 {
color: #f9d57b;
}
.color-5 {
color: #3a2a1d;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d48e25;
--color-3: #f9b134;
--color-4: #f9d57b;
--color-5: #3a2a1d;
}

Halloween Statue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d48e25, #f9b134, #f9d57b, #3a2a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d48e25, #f9b134, #f9d57b, #3a2a1d);
}

Halloween Statue color palette created on .