Twilight Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Whispers palette

Share this palette to:

Twilight Whispers color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #524a96;
}
.color-3 {
color: #8f7bc1;
}
.color-4 {
color: #d0b1f2;
}
.color-5 {
color: #f2b1d2;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #524a96;
--color-3: #8f7bc1;
--color-4: #d0b1f2;
--color-5: #f2b1d2;
}

Twilight Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #524a96, #8f7bc1, #d0b1f2, #f2b1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #524a96, #8f7bc1, #d0b1f2, #f2b1d2);
}

Twilight Whispers color palette created on .