Neon City Dystopia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon City Dystopia palette

Share this palette to:

Neon City Dystopia color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #673ab6;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8c00;
--color-3: #ffec3d;
--color-4: #00bdd6;
--color-5: #673ab6;
}

Neon City Dystopia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8c00, #ffec3d, #00bdd6, #673ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8c00, #ffec3d, #00bdd6, #673ab6);
}

Neon City Dystopia color palette created on .