Paleta de colores Underground Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Underground Vibes palette

Compartir esta paleta en:

Descargar la paleta de colores Underground Vibes (PNG)

Download underground vibes color palette PNG image (landscape)
Download underground vibes color palette PNG image (square)

CSS de la paleta de colores Underground Vibes

/* 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;
}

CSS del degradado de fondo Underground Vibes

/* 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);
}

Underground Vibes color palette created on .