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: #492b54;
}
.color-2 {
color: #7d4992;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #f1a7e0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #492b54;
--color-2: #7d4992;
--color-3: #a77ccb;
--color-4: #f1a7e0;
--color-5: #ff6e61;
}

CSS del degradado de fondo Vibrant Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492b54, #7d4992, #a77ccb, #f1a7e0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492b54, #7d4992, #a77ccb, #f1a7e0, #ff6e61);
}

Vibrant Purple color palette created on .