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: #3b2e5c;
}
.color-2 {
color: #7b6d97;
}
.color-3 {
color: #a58fae;
}
.color-4 {
color: #d4b9d0;
}
.color-5 {
color: #f2d7b0;
}

/* CSS Variables */
:root {
--color-1: #3b2e5c;
--color-2: #7b6d97;
--color-3: #a58fae;
--color-4: #d4b9d0;
--color-5: #f2d7b0;
}

Twilight Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2e5c, #7b6d97, #a58fae, #d4b9d0, #f2d7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2e5c, #7b6d97, #a58fae, #d4b9d0, #f2d7b0);
}

Twilight Whispers color palette created on .