Whispers of Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Share this palette to:

Download Whispers of Twilight Color Palette (PNG)

Download whispers of twilight color palette PNG image (landscape)
Download whispers of twilight color palette PNG image (square)

Whispers of Twilight color palette CSS

/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #bfa5a1;
}
.color-3 {
color: #a57b78;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #4a3a36;
}

/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #bfa5a1;
--color-3: #a57b78;
--color-4: #6f4c3e;
--color-5: #4a3a36;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #bfa5a1, #a57b78, #6f4c3e, #4a3a36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #bfa5a1, #a57b78, #6f4c3e, #4a3a36);
}

Whispers of Twilight color palette created on .