Silver Lining Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Silver Lining palette
Color Inspiration
Images that showcase this color palette in real designs
Download Silver Lining Color Palette (PNG)
Silver Lining color palette CSS
/* CSS */
.color-1 {
color: #f0f0f0;
}
.color-2 {
color: #d1d1d1;
}
.color-3 {
color: #b3b3b3;
}
.color-4 {
color: #a3a3a3;
}
.color-5 {
color: #7d7d7d;
}
/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #d1d1d1;
--color-3: #b3b3b3;
--color-4: #a3a3a3;
--color-5: #7d7d7d;
}
Silver Lining background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #d1d1d1, #b3b3b3, #a3a3a3, #7d7d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #d1d1d1, #b3b3b3, #a3a3a3, #7d7d7d);
}
Similar color palettes
Silver Lining color palette created on .