←Back to PalettesAll Palettes
Tropical Delight Color Palette
A vibrant and fresh palette reminiscent of fruity tropical flavors, featuring warm corals, sunny yellows, and lush greens mixed with calming teal. Perfect for evoking a cheerful and lively atmosphere.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.citrus-surge {
color: #8bc34b;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--citrus-surge:#8bc34b;
--emerald-wave:#4eb7ac;
}