Witching Hour Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Witching Hour Reverie palette

Share this palette to:

Witching Hour Reverie color palette CSS

/* CSS */
.color-1 {
color: #1f1d3a;
}
.color-2 {
color: #4d3d6b;
}
.color-3 {
color: #7e599b;
}
.color-4 {
color: #b98d79;
}
.color-5 {
color: #f4c82a;
}

/* CSS Variables */
:root {
--color-1: #1f1d3a;
--color-2: #4d3d6b;
--color-3: #7e599b;
--color-4: #b98d79;
--color-5: #f4c82a;
}

Witching Hour Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1d3a, #4d3d6b, #7e599b, #b98d79, #f4c82a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1d3a, #4d3d6b, #7e599b, #b98d79, #f4c82a);
}

Witching Hour Reverie color palette created on .