Fiesta Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fiesta Radiance palette

Share this palette to:

Fiesta Radiance color palette CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f28d3a;
}
.color-3 {
color: #d95a30;
}
.color-4 {
color: #a12a26;
}
.color-5 {
color: #6f1f2b;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f28d3a;
--color-3: #d95a30;
--color-4: #a12a26;
--color-5: #6f1f2b;
}

Fiesta Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f28d3a, #d95a30, #a12a26, #6f1f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f28d3a, #d95a30, #a12a26, #6f1f2b);
}

Fiesta Radiance color palette created on .