Paleta de colores Gothic Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gothic Vibes palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Gothic Vibes

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

CSS de la paleta de colores Gothic Vibes

/* CSS */
.color-1 {
color: #1a1a1e;
}
.color-2 {
color: #3c3c3e;
}
.color-3 {
color: #5c5c61;
}
.color-4 {
color: #a1a1a5;
}
.color-5 {
color: #f1f1f3;
}

/* CSS Variables */
:root {
--color-1: #1a1a1e;
--color-2: #3c3c3e;
--color-3: #5c5c61;
--color-4: #a1a1a5;
--color-5: #f1f1f3;
}

CSS del degradado de fondo Gothic Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}

Gothic Vibes color palette created on .