Light Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Gray palette

Share this palette to:

Download Light Gray Color Palette (PNG)

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

Light Gray color palette CSS

/* CSS */
.color-1 {
color: #f9fafb;
}
.color-2 {
color: #eaedf0;
}
.color-3 {
color: #dfe3e7;
}
.color-4 {
color: #ced4da;
}
.color-5 {
color: #adb5bd;
}

/* CSS Variables */
:root {
--color-1: #f9fafb;
--color-2: #eaedf0;
--color-3: #dfe3e7;
--color-4: #ced4da;
--color-5: #adb5bd;
}

Light Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafb, #eaedf0, #dfe3e7, #ced4da, #adb5bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafb, #eaedf0, #dfe3e7, #ced4da, #adb5bd);
}

Light Gray color palette created on .