Whispers of the Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Night palette

Share this palette to:

Whispers of the Night color palette CSS

/* CSS */
.color-1 {
color: #8b5b8f;
}
.color-2 {
color: #d1b2e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #8b5b8f;
--color-2: #d1b2e0;
--color-3: #f1c84b;
--color-4: #f6b83c;
--color-5: #e77e23;
}

Whispers of the Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5b8f, #d1b2e0, #f1c84b, #f6b83c, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5b8f, #d1b2e0, #f1c84b, #f6b83c, #e77e23);
}

Whispers of the Night color palette created on .