Paleta de colores Purple Universe

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Universe palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Universe

/* CSS */
.color-1 {
color: #7a2f9d;
}
.color-2 {
color: #9c5ec5;
}
.color-3 {
color: #c09fdf;
}
.color-4 {
color: #f1c1f0;
}
.color-5 {
color: #f6bbe5;
}

/* CSS Variables */
:root {
--color-1: #7a2f9d;
--color-2: #9c5ec5;
--color-3: #c09fdf;
--color-4: #f1c1f0;
--color-5: #f6bbe5;
}

CSS del degradado de fondo Purple Universe

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2f9d, #9c5ec5, #c09fdf, #f1c1f0, #f6bbe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2f9d, #9c5ec5, #c09fdf, #f1c1f0, #f6bbe5);
}

Purple Universe color palette created on .