Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #fdcc3a;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.mellow-mango {
color: #d13f00;
}
.stanger-red {
color: #a30000;
}
.gochujang-red {
color: #7a0000;
}
/* CSS Variables */
:root {
--yellow-jacket:#fdcc3a;
--r-d-i-ch-ng-orange:#f07c00;
--mellow-mango:#d13f00;
--stanger-red:#a30000;
--gochujang-red:#7a0000;
}