Paleta de colores Cyber Neon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cyber Neon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cyber Neon

Download cyber neon color palette PNG image (landscape)
Download cyber neon color palette PNG image (square)

CSS de la paleta de colores Cyber Neon

/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #ff0080;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #7f00ff;
}
.color-5 {
color: #00ccff;
}

/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #ff0080;
--color-3: #ffcc00;
--color-4: #7f00ff;
--color-5: #00ccff;
}

CSS del degradado de fondo Cyber Neon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #ff0080, #ffcc00, #7f00ff, #00ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #ff0080, #ffcc00, #7f00ff, #00ccff);
}

Cyber Neon color palette created on .