Grunge Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grunge palette
Grunge color palette PNG image
Grunge color palette CSS
/* CSS */
.color-1 {
color: #4a4c54;
}
.color-2 {
color: #7c7f83;
}
.color-3 {
color: #a3a6a8;
}
.color-4 {
color: #c3b9a2;
}
.color-5 {
color: #dac7c3;
}
/* CSS Variables */
:root {
--color-1: #4a4c54;
--color-2: #7c7f83;
--color-3: #a3a6a8;
--color-4: #c3b9a2;
--color-5: #dac7c3;
}
Grunge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4c54, #7c7f83, #a3a6a8, #c3b9a2, #dac7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4c54, #7c7f83, #a3a6a8, #c3b9a2, #dac7c3);
}
Similar color palettes
Grunge color palette created on .