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: #f0e3d6;
}
.color-2 {
color: #d7c9b2;
}
.color-3 {
color: #b4a99c;
}
.color-4 {
color: #8e7f6b;
}
.color-5 {
color: #4c4a39;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #d7c9b2;
--color-3: #b4a99c;
--color-4: #8e7f6b;
--color-5: #4c4a39;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #d7c9b2, #b4a99c, #8e7f6b, #4c4a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #d7c9b2, #b4a99c, #8e7f6b, #4c4a39);
}

Whispers of Twilight color palette created on .