Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.bountiful-gold {
color: #e3c06d;
}
.eerie-glow {
color: #a7d7b8;
}
.christy-s-smile {
color: #f6bbc6;
}
.grass-pink-orchid {
color: #c880ff;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--bountiful-gold:#e3c06d;
--eerie-glow:#a7d7b8;
--christy-s-smile:#f6bbc6;
--grass-pink-orchid:#c880ff;
}