Whispers of Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Mist palette

Share this palette to:

Whispers of Mist color palette CSS

/* CSS */
.color-1 {
color: #c7ccc9;
}
.color-2 {
color: #c5c9c6;
}
.color-3 {
color: #c1c7c4;
}
.color-4 {
color: #c2c4c0;
}
.color-5 {
color: #bfc5c1;
}

/* CSS Variables */
:root {
--color-1: #c7ccc9;
--color-2: #c5c9c6;
--color-3: #c1c7c4;
--color-4: #c2c4c0;
--color-5: #bfc5c1;
}

Whispers of Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7ccc9, #c5c9c6, #c1c7c4, #c2c4c0, #bfc5c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7ccc9, #c5c9c6, #c1c7c4, #c2c4c0, #bfc5c1);
}

Whispers of Mist color palette created on .