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: #eadfec;
}
.color-2 {
color: #aa9cba;
}
.color-3 {
color: #815663;
}
.color-4 {
color: #523242;
}
.color-5 {
color: #411523;
}

/* CSS Variables */
:root {
--color-1: #eadfec;
--color-2: #aa9cba;
--color-3: #815663;
--color-4: #523242;
--color-5: #411523;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eadfec, #aa9cba, #815663, #523242, #411523);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eadfec, #aa9cba, #815663, #523242, #411523);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Whispers of Twilight color palette created on .