Paleta de colores Goth Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Goth Pink palette
Imagen PNG de la paleta de colores Goth Pink
CSS de la paleta de colores Goth Pink
/* CSS */
.color-1 {
color: #c0114b;
}
.color-2 {
color: #aa092c;
}
.color-3 {
color: #61003c;
}
.color-4 {
color: #4b0232;
}
.color-5 {
color: #2f0439;
}
/* CSS Variables */
:root {
--color-1: #c0114b;
--color-2: #aa092c;
--color-3: #61003c;
--color-4: #4b0232;
--color-5: #2f0439;
}
CSS del degradado de fondo Goth Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0114b, #aa092c, #61003c, #4b0232, #2f0439);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0114b, #aa092c, #61003c, #4b0232, #2f0439);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Oscuro
Goth Pink color palette created on .