Paleta de colores Creepy Neon Night
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Creepy Neon Night palette
Imagen PNG de la paleta de colores Creepy Neon Night
CSS de la paleta de colores Creepy Neon Night
/* CSS */
.color-1 {
color: #1b0f4d;
}
.color-2 {
color: #4e1b88;
}
.color-3 {
color: #881b4e;
}
.color-4 {
color: #d7238c;
}
.color-5 {
color: #f7e62b;
}
/* CSS Variables */
:root {
--color-1: #1b0f4d;
--color-2: #4e1b88;
--color-3: #881b4e;
--color-4: #d7238c;
--color-5: #f7e62b;
}
CSS del degradado de fondo Creepy Neon Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0f4d, #4e1b88, #881b4e, #d7238c, #f7e62b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0f4d, #4e1b88, #881b4e, #d7238c, #f7e62b);
}
Paletas de colores similares
Creepy Neon Night color palette created on .