Moon Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moon Mist palette

Share this palette to:

Moon Mist color palette PNG image

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

Moon Mist color palette CSS

/* CSS */
.color-1 {
color: #d1d7d5;
}
.color-2 {
color: #a2b4b1;
}
.color-3 {
color: #7b8e8a;
}
.color-4 {
color: #4b6c6b;
}
.color-5 {
color: #2e4b4d;
}

/* CSS Variables */
:root {
--color-1: #d1d7d5;
--color-2: #a2b4b1;
--color-3: #7b8e8a;
--color-4: #4b6c6b;
--color-5: #2e4b4d;
}

Moon Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d7d5, #a2b4b1, #7b8e8a, #4b6c6b, #2e4b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d7d5, #a2b4b1, #7b8e8a, #4b6c6b, #2e4b4d);
}

Moon Mist color palette created on .