Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.bergamot-orange {
color: #f5a15b;
}
.lion-of-menecrates {
color: #f2a969;
}
.salmon-sand {
color: #dcab8f;
}
.cyclamen-red {
color: #a95b8c;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--bergamot-orange:#f5a15b;
--lion-of-menecrates:#f2a969;
--salmon-sand:#dcab8f;
--cyclamen-red:#a95b8c;
}