Color names in this palette
CSS code for this palette
/* CSS */
.yellow-stagshorn {
color: #f9da5d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.deep-orange {
color: #db5000;
}
.rust-red {
color: #a32c00;
}
/* CSS Variables */
:root {
--yellow-stagshorn:#f9da5d;
--apricot-glazed-chicken:#f5a524;
--r-d-i-ch-ng-orange:#f07c00;
--deep-orange:#db5000;
--rust-red:#a32c00;
}