Loading...

Paleta de colores Goth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Goth palette

Compartir esta paleta en:

Descargar la paleta de colores Goth (PNG)

Download goth color palette PNG image (landscape)
Download goth color palette PNG image (square)

CSS de la paleta de colores Goth

/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3f3f46;
}
.color-3 {
color: #6b6c76;
}
.color-4 {
color: #a5a6ac;
}
.color-5 {
color: #e0e0e5;
}

/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3f3f46;
--color-3: #6b6c76;
--color-4: #a5a6ac;
--color-5: #e0e0e5;
}

CSS del degradado de fondo Goth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3f3f46, #6b6c76, #a5a6ac, #e0e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3f3f46, #6b6c76, #a5a6ac, #e0e0e5);
}

Goth color palette created on .