Whispers of Silver Smoke Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Silver Smoke palette

Share this palette to:

Whispers of Silver Smoke color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #e8e9e9;
}
.color-4 {
color: #d2d1d1;
}
.color-5 {
color: #a8a4a4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafafa;
--color-3: #e8e9e9;
--color-4: #d2d1d1;
--color-5: #a8a4a4;
}

Whispers of Silver Smoke background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafafa, #e8e9e9, #d2d1d1, #a8a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafafa, #e8e9e9, #d2d1d1, #a8a4a4);
}

Whispers of Silver Smoke color palette created on .