Color names in this palette
CSS code for this palette
/* CSS */
.firecracker {
color: #f56b38;
}
.southern-belle {
color: #a8d7c2;
}
.chlorite {
color: #5b8f80;
}
.tasman-honey-yellow {
color: #e6c85c;
}
.mandarin-essence {
color: #ed9945;
}
/* CSS Variables */
:root {
--firecracker:#f56b38;
--southern-belle:#a8d7c2;
--chlorite:#5b8f80;
--tasman-honey-yellow:#e6c85c;
--mandarin-essence:#ed9945;
}