Silver Spoon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silver Spoon palette

Share this palette to:

Silver Spoon color palette PNG image

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

Silver Spoon color palette CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #a7a8aa;
}
.color-3 {
color: #d9d9d9;
}
.color-4 {
color: #f3f4f6;
}
.color-5 {
color: #e6e6e6;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #a7a8aa;
--color-3: #d9d9d9;
--color-4: #f3f4f6;
--color-5: #e6e6e6;
}

Silver Spoon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #a7a8aa, #d9d9d9, #f3f4f6, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #a7a8aa, #d9d9d9, #f3f4f6, #e6e6e6);
}

Silver Spoon color palette created on .