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: #d3d5f3;
}
.color-2 {
color: #c4c6e3;
}
.color-3 {
color: #9cc2d3;
}
.color-4 {
color: #8c8c8c;
}
.color-5 {
color: #836b63;
}

/* CSS Variables */
:root {
--color-1: #d3d5f3;
--color-2: #c4c6e3;
--color-3: #9cc2d3;
--color-4: #8c8c8c;
--color-5: #836b63;
}

Whispers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d5f3, #c4c6e3, #9cc2d3, #8c8c8c, #836b63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d5f3, #c4c6e3, #9cc2d3, #8c8c8c, #836b63);
}

Similar color palettes

Scroll down to explore 2 Light blue color palettes

Whispers of Twilight color palette created on .