Brutalist Grayscale Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brutalist Grayscale palette
Brutalist Grayscale color palette PNG image
Brutalist Grayscale color palette CSS
/* CSS */
.color-1 {
color: #292929;
}
.color-2 {
color: #4f4f4f;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #292929;
--color-2: #4f4f4f;
--color-3: #8c8c8c;
--color-4: #b3b3b3;
--color-5: #ffffff;
}
Brutalist Grayscale background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292929, #4f4f4f, #8c8c8c, #b3b3b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292929, #4f4f4f, #8c8c8c, #b3b3b3, #ffffff);
}
Similar color palettes
Scroll down to explore 1000+ colors.brutalism color palettes
Brutalist Grayscale color palette created on .