Neon City Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon City palette

Share this palette to:

Neon City color palette PNG image

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

Neon City color palette CSS

/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #00ccff;
}
.color-3 {
color: #0099ff;
}
.color-4 {
color: #ff66ff;
}
.color-5 {
color: #ff33cc;
}

/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #00ccff;
--color-3: #0099ff;
--color-4: #ff66ff;
--color-5: #ff33cc;
}

Neon City background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #00ccff, #0099ff, #ff66ff, #ff33cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #00ccff, #0099ff, #ff66ff, #ff33cc);
}

Neon City color palette created on .