Vibrant Latin Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Latin Essence palette

Share this palette to:

Vibrant Latin Essence color palette CSS

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

Vibrant Latin Essence background gradient CSS

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