Halloween Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Halloween palette
Color Inspiration
Images that showcase this color palette in real designs
Download Halloween Color Palette (PNG)
Halloween color palette CSS
/* CSS */
.color-1 {
color: #1b3846;
}
.color-2 {
color: #f36d76;
}
.color-3 {
color: #eea15d;
}
.color-4 {
color: #574a87;
}
.color-5 {
color: #f1c237;
}
/* CSS Variables */
:root {
--color-1: #1b3846;
--color-2: #f36d76;
--color-3: #eea15d;
--color-4: #574a87;
--color-5: #f1c237;
}
Halloween background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3846, #f36d76, #eea15d, #574a87, #f1c237);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3846, #f36d76, #eea15d, #574a87, #f1c237);
}
Similar color palettes
Halloween color palette created on .