Gray Metal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gray Metal palette

Share this palette to:

Gray Metal color palette PNG image

Download gray metal color palette PNG image (landscape)
Download gray metal color palette PNG image (square)

Gray Metal color palette CSS

/* CSS */
.color-1 {
color: #7e8081;
}
.color-2 {
color: #a7a7a9;
}
.color-3 {
color: #c0c1c4;
}
.color-4 {
color: #e2e2e4;
}
.color-5 {
color: #f4f5f6;
}

/* CSS Variables */
:root {
--color-1: #7e8081;
--color-2: #a7a7a9;
--color-3: #c0c1c4;
--color-4: #e2e2e4;
--color-5: #f4f5f6;
}

Gray Metal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e8081, #a7a7a9, #c0c1c4, #e2e2e4, #f4f5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e8081, #a7a7a9, #c0c1c4, #e2e2e4, #f4f5f6);
}

Gray Metal color palette created on .