Color names in this palette
CSS code for this palette
/* CSS */
.bang {
color: #be3c3c;
}
.mad-for-mango {
color: #f5a300;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.arboretum {
color: #6fbe9d;
}
.green-belt {
color: #2d7b6b;
}
/* CSS Variables */
:root {
--bang:#be3c3c;
--mad-for-mango:#f5a300;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--arboretum:#6fbe9d;
--green-belt:#2d7b6b;
}