Fiesta Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fiesta Harmony palette

Share this palette to:

Fiesta Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #4f8e2f;
}
.color-5 {
color: #3b5b8c;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffcc00;
--color-3: #f4e1a4;
--color-4: #4f8e2f;
--color-5: #3b5b8c;
}

Fiesta Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffcc00, #f4e1a4, #4f8e2f, #3b5b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffcc00, #f4e1a4, #4f8e2f, #3b5b8c);
}

Fiesta Harmony color palette created on .