Paleta de colores Neon Nexus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neon Nexus palette

Compartir esta paleta en:

CSS de la paleta de colores Neon Nexus

/* CSS */
.color-1 {
color: #8a1e86;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #00bdd6;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #212121;
}

/* CSS Variables */
:root {
--color-1: #8a1e86;
--color-2: #d6006f;
--color-3: #00bdd6;
--color-4: #ffec3d;
--color-5: #212121;
}

CSS del degradado de fondo Neon Nexus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1e86, #d6006f, #00bdd6, #ffec3d, #212121);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1e86, #d6006f, #00bdd6, #ffec3d, #212121);
}

Neon Nexus color palette created on .