Twilight Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Whisper palette

Share this palette to:

Twilight Whisper color palette CSS

/* CSS */
.color-1 {
color: #fbfdfe;
}
.color-2 {
color: #363d54;
}
.color-3 {
color: #a2a6be;
}
.color-4 {
color: #815667;
}
.color-5 {
color: #030507;
}

/* CSS Variables */
:root {
--color-1: #fbfdfe;
--color-2: #363d54;
--color-3: #a2a6be;
--color-4: #815667;
--color-5: #030507;
}

Twilight Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfdfe, #363d54, #a2a6be, #815667, #030507);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfdfe, #363d54, #a2a6be, #815667, #030507);
}

Similar color palettes

Scroll down to explore 1 Lightblue color palette

Twilight Whisper color palette created on .