Color names in this palette
CSS code for this palette
/* CSS */
.mr-krabs {
color: #d64029;
}
.chinese-orange {
color: #f76e40;
}
.butterscotch {
color: #f9b248;
}
.cos {
color: #a2c58c;
}
.fresh-oregano {
color: #4cae68;
}
/* CSS Variables */
:root {
--mr-krabs:#d64029;
--chinese-orange:#f76e40;
--butterscotch:#f9b248;
--cos:#a2c58c;
--fresh-oregano:#4cae68;
}