Gray Urban Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gray Urban palette
Gray Urban color palette CSS
/* CSS */
.color-1 {
color: #4c4c4d;
}
.color-2 {
color: #797a7c;
}
.color-3 {
color: #a9aab1;
}
.color-4 {
color: #c5c7c9;
}
.color-5 {
color: #e6e8ea;
}
/* CSS Variables */
:root {
--color-1: #4c4c4d;
--color-2: #797a7c;
--color-3: #a9aab1;
--color-4: #c5c7c9;
--color-5: #e6e8ea;
}
Gray Urban background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4c4d, #797a7c, #a9aab1, #c5c7c9, #e6e8ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4c4d, #797a7c, #a9aab1, #c5c7c9, #e6e8ea);
}
Similar color palettes
Gray Urban color palette created on .