Soft Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Mist palette

Share this palette to:

Soft Mist color palette PNG image

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

Soft Mist color palette CSS

/* CSS */
.color-1 {
color: #141414;
}
.color-2 {
color: #b5b5b5;
}
.color-3 {
color: #c9c9b6;
}
.color-4 {
color: #b5b5a1;
}
.color-5 {
color: #a1a1a1;
}

/* CSS Variables */
:root {
--color-1: #141414;
--color-2: #b5b5b5;
--color-3: #c9c9b6;
--color-4: #b5b5a1;
--color-5: #a1a1a1;
}

Soft Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141414, #b5b5b5, #c9c9b6, #b5b5a1, #a1a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141414, #b5b5b5, #c9c9b6, #b5b5a1, #a1a1a1);
}

Soft Mist color palette created on .