Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.apocalyptic-orange {
color: #f46a1f;
}
.tomato {
color: #f33c20;
}
.moth-orchid {
color: #d6006f;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--apocalyptic-orange:#f46a1f;
--tomato:#f33c20;
--moth-orchid:#d6006f;
--true-purple:#6f2c90;
}