Paleta de colores Vitality Burst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vitality Burst palette

Compartir esta paleta en:

CSS de la paleta de colores Vitality Burst

/* CSS */
.color-1 {
color: #32b86c;
}
.color-2 {
color: #a3d65c;
}
.color-3 {
color: #f9d267;
}
.color-4 {
color: #fbaf3c;
}
.color-5 {
color: #f76d55;
}

/* CSS Variables */
:root {
--color-1: #32b86c;
--color-2: #a3d65c;
--color-3: #f9d267;
--color-4: #fbaf3c;
--color-5: #f76d55;
}

CSS del degradado de fondo Vitality Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #32b86c, #a3d65c, #f9d267, #fbaf3c, #f76d55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #32b86c, #a3d65c, #f9d267, #fbaf3c, #f76d55);
}

Vitality Burst color palette created on .