Leo Halloween Special Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Leo Halloween Special palette
Leo Halloween Special color palette PNG image
Leo Halloween Special color palette CSS
/* CSS */
.color-1 {
color: #d4a449;
}
.color-2 {
color: #f08400;
}
.color-3 {
color: #6c5b80;
}
.color-4 {
color: #c06d84;
}
.color-5 {
color: #365c7d;
}
/* CSS Variables */
:root {
--color-1: #d4a449;
--color-2: #f08400;
--color-3: #6c5b80;
--color-4: #c06d84;
--color-5: #365c7d;
}
Leo Halloween Special background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a449, #f08400, #6c5b80, #c06d84, #365c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a449, #f08400, #6c5b80, #c06d84, #365c7d);
}
Similar color palettes
Leo Halloween Special color palette created on .