Neon Nexus Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Neon Nexus palette
tavolozza dei colori Neon Nexus CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Neon Nexus color palette created on .