Twilight Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Mist palette

Share this palette to:

Twilight Mist color palette CSS

/* CSS */
.color-1 {
color: #c4c4c4;
}
.color-2 {
color: #1c31d4;
}
.color-3 {
color: #e5e6e6;
}
.color-4 {
color: #6c77a3;
}
.color-5 {
color: #c7c6d7;
}

/* CSS Variables */
:root {
--color-1: #c4c4c4;
--color-2: #1c31d4;
--color-3: #e5e6e6;
--color-4: #6c77a3;
--color-5: #c7c6d7;
}

Twilight Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4c4c4, #1c31d4, #e5e6e6, #6c77a3, #c7c6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4c4c4, #1c31d4, #e5e6e6, #6c77a3, #c7c6d7);
}

Twilight Mist color palette created on .