Neon Pink and Purple Nightclub Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Pink and Purple Nightclub palette

Share this palette to:

Neon Pink and Purple Nightclub color palette CSS

/* CSS */
.color-1 {
color: #ff296d;
}
.color-2 {
color: #9a40b0;
}
.color-3 {
color: #3b5d9b;
}
.color-4 {
color: #44d9e9;
}
.color-5 {
color: #f9f64e;
}

/* CSS Variables */
:root {
--color-1: #ff296d;
--color-2: #9a40b0;
--color-3: #3b5d9b;
--color-4: #44d9e9;
--color-5: #f9f64e;
}

Neon Pink and Purple Nightclub background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff296d, #9a40b0, #3b5d9b, #44d9e9, #f9f64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff296d, #9a40b0, #3b5d9b, #44d9e9, #f9f64e);
}

Neon Pink and Purple Nightclub color palette created on .