Paleta de colores Vibrant Latin Essence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Latin Essence palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Latin Essence

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #d12d00;
}
.color-5 {
color: #8c24a8;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6e00;
--color-3: #ff4d00;
--color-4: #d12d00;
--color-5: #8c24a8;
}

CSS del degradado de fondo Vibrant Latin Essence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6e00, #ff4d00, #d12d00, #8c24a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6e00, #ff4d00, #d12d00, #8c24a8);
}

Vibrant Latin Essence color palette created on .