Paleta de colores Gothic Cyborg

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gothic Cyborg palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Gothic Cyborg

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

CSS de la paleta de colores Gothic Cyborg

/* CSS */
.color-1 {
color: #2a2c41;
}
.color-2 {
color: #8e9aaf;
}
.color-3 {
color: #ecf1f3;
}
.color-4 {
color: #ef253c;
}
.color-5 {
color: #d900e0;
}

/* CSS Variables */
:root {
--color-1: #2a2c41;
--color-2: #8e9aaf;
--color-3: #ecf1f3;
--color-4: #ef253c;
--color-5: #d900e0;
}

CSS del degradado de fondo Gothic Cyborg

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c41, #8e9aaf, #ecf1f3, #ef253c, #d900e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c41, #8e9aaf, #ecf1f3, #ef253c, #d900e0);
}

Gothic Cyborg color palette created on .