Color names in this palette
CSS code for this palette
/* CSS */
.budder-skin {
color: #fce4c5;
}
.tuscan {
color: #f9d4a9;
}
.butterscotch {
color: #f9b548;
}
.mad-for-mango {
color: #f5a300;
}
.hot-butter {
color: #e0a100;
}
/* CSS Variables */
:root {
--budder-skin:#fce4c5;
--tuscan:#f9d4a9;
--butterscotch:#f9b548;
--mad-for-mango:#f5a300;
--hot-butter:#e0a100;
}