Vitality Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vitality Burst palette

Share this palette to:

Vitality Burst color palette CSS

/* 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;
}

Vitality Burst background gradient CSS

/* 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 .