Moonlit Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlit Mist palette

Share this palette to:

Moonlit Mist color palette PNG image

Download moonlit mist color palette PNG image (landscape)
Download moonlit mist color palette PNG image (square)

Moonlit Mist color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #c4c7d4;
}
.color-3 {
color: #7b808e;
}
.color-4 {
color: #a8ffff;
}
.color-5 {
color: #2d2f4e;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #c4c7d4;
--color-3: #7b808e;
--color-4: #a8ffff;
--color-5: #2d2f4e;
}

Moonlit Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #c4c7d4, #7b808e, #a8ffff, #2d2f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #c4c7d4, #7b808e, #a8ffff, #2d2f4e);
}

Moonlit Mist color palette created on .