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: #d0e5eb;
}
.color-2 {
color: #c3c0ce;
}
.color-3 {
color: #c4b5b5;
}
.color-4 {
color: #ccb194;
}
.color-5 {
color: #907fcc;
}

/* CSS Variables */
:root {
--color-1: #d0e5eb;
--color-2: #c3c0ce;
--color-3: #c4b5b5;
--color-4: #ccb194;
--color-5: #907fcc;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e5eb, #c3c0ce, #c4b5b5, #ccb194, #907fcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e5eb, #c3c0ce, #c4b5b5, #ccb194, #907fcc);
}

Whispers of Twilight color palette created on .