Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.honey-wax {
color: #f9a824;
}
.apocalyptic-orange {
color: #f76d1d;
}
.radish-lips {
color: #f13b5a;
}
.plum-dust {
color: #a64e8c;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--honey-wax:#f9a824;
--apocalyptic-orange:#f76d1d;
--radish-lips:#f13b5a;
--plum-dust:#a64e8c;
}