Color names in this palette
CSS code for this palette
/* CSS */
.royal-yellow {
color: #f9d94e;
}
.go-bananas {
color: #f8cb4f;
}
.mango-margarita {
color: #f6b951;
}
.troll-slayer-orange {
color: #f4a34e;
}
.poppy-glow {
color: #ef8b4d;
}
/* CSS Variables */
:root {
--royal-yellow:#f9d94e;
--go-bananas:#f8cb4f;
--mango-margarita:#f6b951;
--troll-slayer-orange:#f4a34e;
--poppy-glow:#ef8b4d;
}