Paleta de colores Vibrant Voltage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Voltage palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Voltage

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #ab82d9;
}
.color-3 {
color: #e3c4f8;
}
.color-4 {
color: #f8c9d5;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #ab82d9;
--color-3: #e3c4f8;
--color-4: #f8c9d5;
--color-5: #ff6e61;
}

CSS del degradado de fondo Vibrant Voltage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #ab82d9, #e3c4f8, #f8c9d5, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #ab82d9, #e3c4f8, #f8c9d5, #ff6e61);
}

Vibrant Voltage color palette created on .