Shades of Grey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Grey palette

Share this palette to:

Shades of Grey color palette PNG image

Download shades of grey color palette PNG image (landscape)
Download shades of grey color palette PNG image (square)

Shades of Grey color palette CSS

/* CSS */
.color-1 {
color: #b4afac;
}
.color-2 {
color: #857c7a;
}
.color-3 {
color: #56504e;
}
.color-4 {
color: #aa9e92;
}
.color-5 {
color: #d3c9c0;
}

/* CSS Variables */
:root {
--color-1: #b4afac;
--color-2: #857c7a;
--color-3: #56504e;
--color-4: #aa9e92;
--color-5: #d3c9c0;
}

Shades of Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4afac, #857c7a, #56504e, #aa9e92, #d3c9c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4afac, #857c7a, #56504e, #aa9e92, #d3c9c0);
}

Shades of Grey color palette created on .