Neon Circuit Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Circuit Burst palette

Share this palette to:

Download Neon Circuit Burst Color Palette (PNG)

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

Neon Circuit Burst color palette 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;
}

Neon Circuit Burst background gradient CSS

/* 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 .