Fierce Fin Fiesta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fierce Fin Fiesta palette

Share this palette to:

Fierce Fin Fiesta color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #9a2335;
}
.color-5 {
color: #390e1c;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff5e00;
--color-3: #ff4d4f;
--color-4: #9a2335;
--color-5: #390e1c;
}

Fierce Fin Fiesta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff5e00, #ff4d4f, #9a2335, #390e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff5e00, #ff4d4f, #9a2335, #390e1c);
}

Fierce Fin Fiesta color palette created on .