Paleta de colores Purple Laze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Laze palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Laze

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b3e8e;
}
.color-3 {
color: #7b6cb2;
}
.color-4 {
color: #b29fdb;
}
.color-5 {
color: #f4c3e0;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b3e8e;
--color-3: #7b6cb2;
--color-4: #b29fdb;
--color-5: #f4c3e0;
}

CSS del degradado de fondo Purple Laze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b3e8e, #7b6cb2, #b29fdb, #f4c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b3e8e, #7b6cb2, #b29fdb, #f4c3e0);
}

Purple Laze color palette created on .