Witching Hour Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Witching Hour palette

Share this palette to:

Witching Hour color palette CSS

/* CSS */
.color-1 {
color: #191e29;
}
.color-2 {
color: #3b2d4d;
}
.color-3 {
color: #5d4b77;
}
.color-4 {
color: #8e3e5b;
}
.color-5 {
color: #d23f28;
}

/* CSS Variables */
:root {
--color-1: #191e29;
--color-2: #3b2d4d;
--color-3: #5d4b77;
--color-4: #8e3e5b;
--color-5: #d23f28;
}

Witching Hour background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191e29, #3b2d4d, #5d4b77, #8e3e5b, #d23f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191e29, #3b2d4d, #5d4b77, #8e3e5b, #d23f28);
}

Similar color palettes

Witching Hour color palette created on .