Halloween Kitty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Halloween Kitty palette
Color Inspiration
Images that showcase this color palette in real designs
Download Halloween Kitty Color Palette (PNG)
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);
}
Similar color palettes
Halloween Kitty color palette created on .