Paleta de colores Neon Pink and Purple Nightclub

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neon Pink and Purple Nightclub palette

Compartir esta paleta en:

CSS de la paleta de colores Neon Pink and Purple Nightclub

/* CSS */
.color-1 {
color: #ff296d;
}
.color-2 {
color: #9a40b0;
}
.color-3 {
color: #3b5d9b;
}
.color-4 {
color: #44d9e9;
}
.color-5 {
color: #f9f64e;
}

/* CSS Variables */
:root {
--color-1: #ff296d;
--color-2: #9a40b0;
--color-3: #3b5d9b;
--color-4: #44d9e9;
--color-5: #f9f64e;
}

CSS del degradado de fondo Neon Pink and Purple Nightclub

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff296d, #9a40b0, #3b5d9b, #44d9e9, #f9f64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff296d, #9a40b0, #3b5d9b, #44d9e9, #f9f64e);
}

Neon Pink and Purple Nightclub color palette created on .