Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f5c542;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sun-orange {
color: #f47b1f;
}
.tangelo {
color: #f54e00;
}
.spectacular-scarlet {
color: #f51d00;
}
/* CSS Variables */
:root {
--pyrite:#f5c542;
--apricot-glazed-chicken:#f5a524;
--sun-orange:#f47b1f;
--tangelo:#f54e00;
--spectacular-scarlet:#f51d00;
}