Color names in this palette
CSS code for this palette
/* CSS */
.ponceau {
color: #f45d7b;
}
.mango-margarita {
color: #f8b849;
}
.happy {
color: #f8d763;
}
.burst-of-lime {
color: #a7d94a;
}
.aztec-sky {
color: #4db8d5;
}
/* CSS Variables */
:root {
--ponceau:#f45d7b;
--mango-margarita:#f8b849;
--happy:#f8d763;
--burst-of-lime:#a7d94a;
--aztec-sky:#4db8d5;
}