Shades of Silver Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Silver Whisper palette

Share this palette to:

Shades of Silver Whisper color palette CSS

/* CSS */
.color-1 {
color: #ebebeb;
}
.color-2 {
color: #c9c9c9;
}
.color-3 {
color: #a8a8a8;
}
.color-4 {
color: #878787;
}
.color-5 {
color: #666666;
}

/* CSS Variables */
:root {
--color-1: #ebebeb;
--color-2: #c9c9c9;
--color-3: #a8a8a8;
--color-4: #878787;
--color-5: #666666;
}

Shades of Silver Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebebeb, #c9c9c9, #a8a8a8, #878787, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebebeb, #c9c9c9, #a8a8a8, #878787, #666666);
}

Shades of Silver Whisper color palette created on .