Misty Mornings Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Mornings palette

Share this palette to:

Misty Mornings color palette CSS

/* CSS */
.color-1 {
color: #626165;
}
.color-2 {
color: #c8c8cb;
}
.color-3 {
color: #373437;
}
.color-4 {
color: #7d7d82;
}
.color-5 {
color: #a6a6ab;
}

/* CSS Variables */
:root {
--color-1: #626165;
--color-2: #c8c8cb;
--color-3: #373437;
--color-4: #7d7d82;
--color-5: #a6a6ab;
}

Misty Mornings background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #626165, #c8c8cb, #373437, #7d7d82, #a6a6ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #626165, #c8c8cb, #373437, #7d7d82, #a6a6ab);
}

Similar color palettes

Scroll down to explore 1 Gray color palette

Misty Mornings color palette created on .