Paleta de colores Gothic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gothic palette

Compartir esta paleta en:

Descargar la paleta de colores Gothic (PNG)

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

CSS de la paleta de colores Gothic

/* CSS */
.color-1 {
color: #1e1a23;
}
.color-2 {
color: #4b3d4d;
}
.color-3 {
color: #784f4f;
}
.color-4 {
color: #b46e7c;
}
.color-5 {
color: #e6a2b2;
}

/* CSS Variables */
:root {
--color-1: #1e1a23;
--color-2: #4b3d4d;
--color-3: #784f4f;
--color-4: #b46e7c;
--color-5: #e6a2b2;
}

CSS del degradado de fondo Gothic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a23, #4b3d4d, #784f4f, #b46e7c, #e6a2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a23, #4b3d4d, #784f4f, #b46e7c, #e6a2b2);
}

Gothic color palette created on .