Misty Twilight Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Twilight Hues palette

Share this palette to:

Misty Twilight Hues color palette CSS

/* CSS */
.color-1 {
color: #c4bfc2;
}
.color-2 {
color: #91949c;
}
.color-3 {
color: #72757e;
}
.color-4 {
color: #525660;
}
.color-5 {
color: #373d49;
}

/* CSS Variables */
:root {
--color-1: #c4bfc2;
--color-2: #91949c;
--color-3: #72757e;
--color-4: #525660;
--color-5: #373d49;
}

Misty Twilight Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4bfc2, #91949c, #72757e, #525660, #373d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4bfc2, #91949c, #72757e, #525660, #373d49);
}

Misty Twilight Hues color palette created on .