Whispers of Silver Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Silver Mist palette

Share this palette to:

Whispers of Silver Mist color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7f7f7;
}
.color-3 {
color: #ededed;
}
.color-4 {
color: #e0e0e0;
}
.color-5 {
color: #cfcece;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f7f7;
--color-3: #ededed;
--color-4: #e0e0e0;
--color-5: #cfcece;
}

Whispers of Silver Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f7f7, #ededed, #e0e0e0, #cfcece);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f7f7, #ededed, #e0e0e0, #cfcece);
}

Whispers of Silver Mist color palette created on .