Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e562;
}
.salmon-eggs {
color: #f6d860;
}
.mirabelle-yellow {
color: #f3c068;
}
.apricot-jam {
color: #f2a56e;
}
.chinese-lantern {
color: #ed8e50;
}
/* CSS Variables */
:root {
--goldfinch:#f9e562;
--salmon-eggs:#f6d860;
--mirabelle-yellow:#f3c068;
--apricot-jam:#f2a56e;
--chinese-lantern:#ed8e50;
}