Gray Fog Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gray Fog palette

Share this palette to:

Gray Fog color palette CSS

/* CSS */
.color-1 {
color: #4a4d54;
}
.color-2 {
color: #797b81;
}
.color-3 {
color: #a6a8ab;
}
.color-4 {
color: #d1d4d6;
}
.color-5 {
color: #f1f3f4;
}

/* CSS Variables */
:root {
--color-1: #4a4d54;
--color-2: #797b81;
--color-3: #a6a8ab;
--color-4: #d1d4d6;
--color-5: #f1f3f4;
}

Gray Fog background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d54, #797b81, #a6a8ab, #d1d4d6, #f1f3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d54, #797b81, #a6a8ab, #d1d4d6, #f1f3f4);
}

Gray Fog color palette created on .