Light Gray Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Gray palette
Color Inspiration
Images that showcase this color palette in real designs
Download Light Gray Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Light color palettes
Light Gray color palette created on .