Feminine Silver Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Feminine Silver palette

Share this palette to:

Feminine Silver color palette PNG image

Download feminine silver color palette PNG image (landscape)
Download feminine silver color palette PNG image (square)

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

Feminine Silver color palette created on .