Color names in this palette
CSS code for this palette
/* CSS */
.sunglow {
color: #ffcc33;
}
.buddha-s-love-handles {
color: #ffb833;
}
.hawaiian-passion {
color: #ff9e3d;
}
.mango-tango {
color: #ff7e42;
}
.algerian-coral {
color: #ff5b4d;
}
/* CSS Variables */
:root {
--sunglow:#ffcc33;
--buddha-s-love-handles:#ffb833;
--hawaiian-passion:#ff9e3d;
--mango-tango:#ff7e42;
--algerian-coral:#ff5b4d;
}