Whispers of Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Share this palette to:

Whispers of Twilight color palette CSS

/* CSS */
.color-1 {
color: #e8a0f3;
}
.color-2 {
color: #795d78;
}
.color-3 {
color: #4c4743;
}
.color-4 {
color: #332430;
}
.color-5 {
color: #2a1d28;
}

/* CSS Variables */
:root {
--color-1: #e8a0f3;
--color-2: #795d78;
--color-3: #4c4743;
--color-4: #332430;
--color-5: #2a1d28;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a0f3, #795d78, #4c4743, #332430, #2a1d28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a0f3, #795d78, #4c4743, #332430, #2a1d28);
}

Whispers of Twilight color palette created on .