Gray Coal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gray Coal palette
Gray Coal color palette CSS
/* CSS */
.color-1 {
color: #3b3b3b;
}
.color-2 {
color: #5e5e5e;
}
.color-3 {
color: #828282;
}
.color-4 {
color: #a3a3a3;
}
.color-5 {
color: #c7c7c7;
}
/* CSS Variables */
:root {
--color-1: #3b3b3b;
--color-2: #5e5e5e;
--color-3: #828282;
--color-4: #a3a3a3;
--color-5: #c7c7c7;
}
Gray Coal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b3b, #5e5e5e, #828282, #a3a3a3, #c7c7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b3b, #5e5e5e, #828282, #a3a3a3, #c7c7c7);
}
Similar color palettes
Scroll down to explore 100+ Modern color palettes
Gray Coal color palette created on .