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: #592c6d;
}
.color-2 {
color: #7f599b;
}
.color-3 {
color: #a67eb9;
}
.color-4 {
color: #b7d1e6;
}
.color-5 {
color: #efdfa4;
}

/* CSS Variables */
:root {
--color-1: #592c6d;
--color-2: #7f599b;
--color-3: #a67eb9;
--color-4: #b7d1e6;
--color-5: #efdfa4;
}

CSS del degradado de fondo Purple Nebula

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c6d, #7f599b, #a67eb9, #b7d1e6, #efdfa4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c6d, #7f599b, #a67eb9, #b7d1e6, #efdfa4);
}

Purple Nebula color palette created on .