Paleta de colores Vibrant Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Purple

/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #9b69bf;
}
.color-3 {
color: #c2a4e5;
}
.color-4 {
color: #f1cff2;
}
.color-5 {
color: #e52e90;
}

/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #9b69bf;
--color-3: #c2a4e5;
--color-4: #f1cff2;
--color-5: #e52e90;
}

CSS del degradado de fondo Vibrant Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #9b69bf, #c2a4e5, #f1cff2, #e52e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #9b69bf, #c2a4e5, #f1cff2, #e52e90);
}

Vibrant Purple color palette created on .