Halloween Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Halloween palette

Share this palette to:

Halloween color palette CSS

/* CSS */
.color-1 {
color: #1b1b1d;
}
.color-2 {
color: #c50740;
}
.color-3 {
color: #6d2231;
}
.color-4 {
color: #970741;
}
.color-5 {
color: #f7f7f7;
}

/* CSS Variables */
:root {
--color-1: #1b1b1d;
--color-2: #c50740;
--color-3: #6d2231;
--color-4: #970741;
--color-5: #f7f7f7;
}

Halloween background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b1d, #c50740, #6d2231, #970741, #f7f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b1d, #c50740, #6d2231, #970741, #f7f7f7);
}

Similar color palettes

Halloween color palette created on .