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: #5b3f7d;
}
.color-2 {
color: #7d6f9f;
}
.color-3 {
color: #a99abc;
}
.color-4 {
color: #e5c2d1;
}
.color-5 {
color: #f7b4b1;
}

/* CSS Variables */
:root {
--color-1: #5b3f7d;
--color-2: #7d6f9f;
--color-3: #a99abc;
--color-4: #e5c2d1;
--color-5: #f7b4b1;
}

Twilight Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f7d, #7d6f9f, #a99abc, #e5c2d1, #f7b4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f7d, #7d6f9f, #a99abc, #e5c2d1, #f7b4b1);
}

Twilight Whispers color palette created on .