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: #3f1c4f;
}
.color-2 {
color: #5a3e8e;
}
.color-3 {
color: #7b5bae;
}
.color-4 {
color: #a17fc3;
}
.color-5 {
color: #d0b2e1;
}

/* CSS Variables */
:root {
--color-1: #3f1c4f;
--color-2: #5a3e8e;
--color-3: #7b5bae;
--color-4: #a17fc3;
--color-5: #d0b2e1;
}

Twilight Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f1c4f, #5a3e8e, #7b5bae, #a17fc3, #d0b2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f1c4f, #5a3e8e, #7b5bae, #a17fc3, #d0b2e1);
}

Twilight Whispers color palette created on .