Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.mad-for-mango {
color: #f5a300;
}
.tiger-moth-orange {
color: #d85f0e;
}
.chinese-brown {
color: #a83c24;
}
.cherry-juice-red {
color: #6d2c41;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--mad-for-mango:#f5a300;
--tiger-moth-orange:#d85f0e;
--chinese-brown:#a83c24;
--cherry-juice-red:#6d2c41;
}