Underground Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Underground Vibes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Underground Vibes Color Palette (PNG)
Underground Vibes color palette CSS
/* CSS */
.color-1 {
color: #2e2a29;
}
.color-2 {
color: #504b49;
}
.color-3 {
color: #7d7a78;
}
.color-4 {
color: #b4a82d;
}
.color-5 {
color: #d62e3c;
}
/* CSS Variables */
:root {
--color-1: #2e2a29;
--color-2: #504b49;
--color-3: #7d7a78;
--color-4: #b4a82d;
--color-5: #d62e3c;
}
Underground Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a29, #504b49, #7d7a78, #b4a82d, #d62e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a29, #504b49, #7d7a78, #b4a82d, #d62e3c);
}
Similar color palettes
Underground Vibes color palette created on .