Color names in this palette
CSS code for this palette
/* CSS */
.yellow-of-izamal {
color: #ebb000;
}
.fresh-pineapple {
color: #f6d44c;
}
.mango-margarita {
color: #f4b74e;
}
.duckling {
color: #f8b059;
}
.energetic-orange {
color: #d9573a;
}
/* CSS Variables */
:root {
--yellow-of-izamal:#ebb000;
--fresh-pineapple:#f6d44c;
--mango-margarita:#f4b74e;
--duckling:#f8b059;
--energetic-orange:#d9573a;
}