Feminine Silver Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Feminine Silver palette
Color Inspiration
Images that showcase this color palette in real designs
Download Feminine Silver Color Palette (PNG)
Feminine Silver color palette CSS
/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #e6e6e6;
}
.color-5 {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #b0b0b0;
--color-3: #d4d4d4;
--color-4: #e6e6e6;
--color-5: #f5f5f5;
}
Feminine Silver background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #b0b0b0, #d4d4d4, #e6e6e6, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #b0b0b0, #d4d4d4, #e6e6e6, #f5f5f5);
}
Similar color palettes
Scroll down to explore 4 colors.silver color palettes
Feminine Silver color palette created on .