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: #5c3f8d;
}
.color-2 {
color: #6b5d98;
}
.color-3 {
color: #8979be;
}
.color-4 {
color: #b8a3d7;
}
.color-5 {
color: #e4c3e0;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #6b5d98;
--color-3: #8979be;
--color-4: #b8a3d7;
--color-5: #e4c3e0;
}

CSS del degradado de fondo Purple Nebula

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #6b5d98, #8979be, #b8a3d7, #e4c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #6b5d98, #8979be, #b8a3d7, #e4c3e0);
}

Purple Nebula color palette created on .