Gray Concrete Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gray Concrete palette

Share this palette to:

Download Gray Concrete Color Palette (PNG)

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

Gray Concrete color palette CSS

/* CSS */
.color-1 {
color: #a8a8a8;
}
.color-2 {
color: #b8b8b8;
}
.color-3 {
color: #d1d1d1;
}
.color-4 {
color: #e0e0e0;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #a8a8a8;
--color-2: #b8b8b8;
--color-3: #d1d1d1;
--color-4: #e0e0e0;
--color-5: #f5f5f5;
}

Gray Concrete background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8a8a8, #b8b8b8, #d1d1d1, #e0e0e0, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8a8a8, #b8b8b8, #d1d1d1, #e0e0e0, #f5f5f5);
}

Gray Concrete color palette created on .