←Back to PalettesAll Palettes
Tropical Sunset Fiesta Color Palette
A vibrant and refreshing color palette that captures the essence of a tropical sunset with lively oranges and soft greens, perfect for evoking a sense of warmth and celebration.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.kanz-orange {
color: #ff8e3d;
}
.yellow-jacket {
color: #ffc83d;
}
.burst-of-lime {
color: #a9d94a;
}
.mint-jelly {
color: #49daa5;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--kanz-orange:#ff8e3d;
--yellow-jacket:#ffc83d;
--burst-of-lime:#a9d94a;
--mint-jelly:#49daa5;
}