Neon Circuit Burst Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Neon Circuit Burst palette

Condividi questa palette a:

Scarica la tavolozza dei colori Neon Circuit Burst (PNG)

Download neon circuit burst color palette PNG image (landscape)
Download neon circuit burst color palette PNG image (square)

tavolozza dei colori Neon Circuit Burst CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #32cd32;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff4400;
}
.color-5 {
color: #ff6bb5;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #32cd32;
--color-3: #ffd900;
--color-4: #ff4400;
--color-5: #ff6bb5;
}

CSS con gradiente di sfondo Neon Circuit Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #32cd32, #ffd900, #ff4400, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #32cd32, #ffd900, #ff4400, #ff6bb5);
}

Neon Circuit Burst color palette created on .