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: #664794;
}
.color-2 {
color: #a67ec4;
}
.color-3 {
color: #c8b3db;
}
.color-4 {
color: #e5d0e6;
}
.color-5 {
color: #f5e4f6;
}

/* CSS Variables */
:root {
--color-1: #664794;
--color-2: #a67ec4;
--color-3: #c8b3db;
--color-4: #e5d0e6;
--color-5: #f5e4f6;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #664794, #a67ec4, #c8b3db, #e5d0e6, #f5e4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #664794, #a67ec4, #c8b3db, #e5d0e6, #f5e4f6);
}

Whispers of Twilight color palette created on .