Fiesta Tropicana Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fiesta Tropicana palette
Fiesta Tropicana color palette CSS
/* CSS */
.color-1 {
color: #d43d3a;
}
.color-2 {
color: #2a8bcb;
}
.color-3 {
color: #795939;
}
.color-4 {
color: #f2b83a;
}
.color-5 {
color: #f7392b;
}
/* CSS Variables */
:root {
--color-1: #d43d3a;
--color-2: #2a8bcb;
--color-3: #795939;
--color-4: #f2b83a;
--color-5: #f7392b;
}
Fiesta Tropicana background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d43d3a, #2a8bcb, #795939, #f2b83a, #f7392b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d43d3a, #2a8bcb, #795939, #f2b83a, #f7392b);
}
Similar color palettes
Fiesta Tropicana color palette created on .