Paleta de colores Purple Nebula

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Nebula palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Nebula

/* CSS */
.color-1 {
color: #5c1093;
}
.color-2 {
color: #a52cc3;
}
.color-3 {
color: #f05c7c;
}
.color-4 {
color: #f8cb4f;
}
.color-5 {
color: #f0e4b2;
}

/* CSS Variables */
:root {
--color-1: #5c1093;
--color-2: #a52cc3;
--color-3: #f05c7c;
--color-4: #f8cb4f;
--color-5: #f0e4b2;
}

CSS del degradado de fondo Purple Nebula

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c1093, #a52cc3, #f05c7c, #f8cb4f, #f0e4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c1093, #a52cc3, #f05c7c, #f8cb4f, #f0e4b2);
}

Purple Nebula color palette created on .