Whispers of Silver Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Silver palette
Whispers of Silver color palette CSS
/* CSS */
.color-1 {
color: #a7a8aa;
}
.color-2 {
color: #b0b3b5;
}
.color-3 {
color: #cfd2d3;
}
.color-4 {
color: #e0e3e5;
}
.color-5 {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--color-1: #a7a8aa;
--color-2: #b0b3b5;
--color-3: #cfd2d3;
--color-4: #e0e3e5;
--color-5: #f6f8f9;
}
Whispers of Silver background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7a8aa, #b0b3b5, #cfd2d3, #e0e3e5, #f6f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7a8aa, #b0b3b5, #cfd2d3, #e0e3e5, #f6f8f9);
}
Similar color palettes
Scroll down to explore 200+ Gray color palettes
Whispers of Silver color palette created on .