Neon Specter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Specter palette

Share this palette to:

Neon Specter color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #c61585;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #00ff80;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #c61585;
--color-4: #ff1492;
--color-5: #00ff80;
}

Neon Specter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #c61585, #ff1492, #00ff80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #c61585, #ff1492, #00ff80);
}

Neon Specter color palette created on .