Color names in this palette
CSS code for this palette
/* CSS */
.bloody-rust {
color: #d82c3d;
}
.hot-orange {
color: #f68d3c;
}
.amber-yellow {
color: #f8b659;
}
.march-yellow {
color: #f1d788;
}
.diroset {
color: #5fc8a5;
}
/* CSS Variables */
:root {
--bloody-rust:#d82c3d;
--hot-orange:#f68d3c;
--amber-yellow:#f8b659;
--march-yellow:#f1d788;
--diroset:#5fc8a5;
}