Paleta de colores Neon Purple Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neon Purple Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Neon Purple Delight

/* 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;
}

CSS del degradado de fondo Neon Purple Delight

/* 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);
}

Neon Purple Delight color palette created on .