Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.mad-for-mango {
color: #f5a300;
}
.hotter-butter {
color: #e68a00;
}
.curry-powder {
color: #d16900;
}
.cinnamon-bun {
color: #b35000;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--mad-for-mango:#f5a300;
--hotter-butter:#e68a00;
--curry-powder:#d16900;
--cinnamon-bun:#b35000;
}