Neon Purple Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Purple Delight palette

Share this palette to:

Neon Purple Delight color palette CSS

/* CSS */
.color-1 {
color: #a100d6;
}
.color-2 {
color: #a73dd1;
}
.color-3 {
color: #b66edd;
}
.color-4 {
color: #d060e1;
}
.color-5 {
color: #f68fff;
}

/* CSS Variables */
:root {
--color-1: #a100d6;
--color-2: #a73dd1;
--color-3: #b66edd;
--color-4: #d060e1;
--color-5: #f68fff;
}

Neon Purple Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a100d6, #a73dd1, #b66edd, #d060e1, #f68fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a100d6, #a73dd1, #b66edd, #d060e1, #f68fff);
}

Similar color palettes

Neon Purple Delight color palette created on .