Halloween Kitty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Halloween Kitty palette

Share this palette to:

Halloween Kitty color palette PNG image

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

Halloween Kitty color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #a83e00;
}
.color-5 {
color: #7e3e3e;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #ff8c00;
--color-3: #ffcc00;
--color-4: #a83e00;
--color-5: #7e3e3e;
}

Halloween Kitty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #ff8c00, #ffcc00, #a83e00, #7e3e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #ff8c00, #ffcc00, #a83e00, #7e3e3e);
}

Halloween Kitty color palette created on .