Color names in this palette
CSS code for this palette
/* CSS */
.toucan-gentleman {
color: #fbcb09;
}
.honey-wax {
color: #fdac21;
}
.apocalyptic-orange {
color: #f46a1f;
}
.mandarin-red {
color: #ea4d39;
}
.raspberry-sorbet {
color: #d73c6d;
}
/* CSS Variables */
:root {
--toucan-gentleman:#fbcb09;
--honey-wax:#fdac21;
--apocalyptic-orange:#f46a1f;
--mandarin-red:#ea4d39;
--raspberry-sorbet:#d73c6d;
}