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: #f0a800;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb3e7;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #3b0066;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6e61;
--color-3: #ffb3e7;
--color-4: #690571;
--color-5: #3b0066;
}

CSS del degradado de fondo Vibrant Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6e61, #ffb3e7, #690571, #3b0066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6e61, #ffb3e7, #690571, #3b0066);
}

Vibrant Purple color palette created on .