Paleta de colores Purple Galaxy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Galaxy palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Galaxy

/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #5a3e8e;
}
.color-3 {
color: #896bb3;
}
.color-4 {
color: #bc9fd5;
}
.color-5 {
color: #e3c4f3;
}

/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5a3e8e;
--color-3: #896bb3;
--color-4: #bc9fd5;
--color-5: #e3c4f3;
}

CSS del degradado de fondo Purple Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5a3e8e, #896bb3, #bc9fd5, #e3c4f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5a3e8e, #896bb3, #bc9fd5, #e3c4f3);
}

Purple Galaxy color palette created on .