Grunge Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grunge Vibes palette
Grunge Vibes color palette PNG image
Grunge Vibes color palette CSS
/* CSS */
.color-1 {
color: #232c34;
}
.color-2 {
color: #2a323c;
}
.color-3 {
color: #5c6662;
}
.color-4 {
color: #a36e29;
}
.color-5 {
color: #a1463a;
}
/* CSS Variables */
:root {
--color-1: #232c34;
--color-2: #2a323c;
--color-3: #5c6662;
--color-4: #a36e29;
--color-5: #a1463a;
}
Grunge Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #232c34, #2a323c, #5c6662, #a36e29, #a1463a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #232c34, #2a323c, #5c6662, #a36e29, #a1463a);
}
Similar color palettes
Grunge Vibes color palette created on .