Color names in this palette
CSS code for this palette
/* CSS */
.island-monkey {
color: #a84c1a;
}
.christmas-orange {
color: #d66e24;
}
.hot-sun {
color: #f8b72a;
}
.butter-creme {
color: #fee3b9;
}
.apple-cream {
color: #b5d7a7;
}
/* CSS Variables */
:root {
--island-monkey:#a84c1a;
--christmas-orange:#d66e24;
--hot-sun:#f8b72a;
--butter-creme:#fee3b9;
--apple-cream:#b5d7a7;
}