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: #6a4c94;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #29b0ff;
}
.color-5 {
color: #ff8b42;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #ff6e61;
--color-3: #ffcd29;
--color-4: #29b0ff;
--color-5: #ff8b42;
}

CSS del degradado de fondo Vibrant Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #ff6e61, #ffcd29, #29b0ff, #ff8b42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #ff6e61, #ffcd29, #29b0ff, #ff8b42);
}

Vibrant Purple color palette created on .