Neon Meltdown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Meltdown palette

Share this palette to:

Neon Meltdown color palette CSS

/* CSS */
.color-1 {
color: #38ff14;
}
.color-2 {
color: #a8e09a;
}
.color-3 {
color: #f6f60e;
}
.color-4 {
color: #ff5900;
}
.color-5 {
color: #ff2f00;
}

/* CSS Variables */
:root {
--color-1: #38ff14;
--color-2: #a8e09a;
--color-3: #f6f60e;
--color-4: #ff5900;
--color-5: #ff2f00;
}

Neon Meltdown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38ff14, #a8e09a, #f6f60e, #ff5900, #ff2f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38ff14, #a8e09a, #f6f60e, #ff5900, #ff2f00);
}

Neon Meltdown color palette created on .