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: #690dab;
}
.color-2 {
color: #a94bc3;
}
.color-3 {
color: #d86bff;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a94bc3;
--color-3: #d86bff;
--color-4: #ff7092;
--color-5: #00bdd6;
}

CSS del degradado de fondo Vibrant Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a94bc3, #d86bff, #ff7092, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a94bc3, #d86bff, #ff7092, #00bdd6);
}

Vibrant Purple color palette created on .