Color names in this palette
CSS code for this palette
/* CSS */
.energy-yellow {
color: #f6d851;
}
.mango-margarita {
color: #f6ba4c;
}
.fall-river {
color: #f78f40;
}
.basketball {
color: #f06b2d;
}
.tangerine-bliss {
color: #d55d2a;
}
/* CSS Variables */
:root {
--energy-yellow:#f6d851;
--mango-margarita:#f6ba4c;
--fall-river:#f78f40;
--basketball:#f06b2d;
--tangerine-bliss:#d55d2a;
}