Color names in this palette
CSS code for this palette
/* CSS */
.cente-tl-yellow {
color: #f6e179;
}
.butterscotch {
color: #f9b343;
}
.mad-for-mango {
color: #faa200;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.amber-glow {
color: #f09d38;
}
/* CSS Variables */
:root {
--cente-tl-yellow:#f6e179;
--butterscotch:#f9b343;
--mad-for-mango:#faa200;
--apricot-glazed-chicken:#f5a524;
--amber-glow:#f09d38;
}