Color names in this palette
CSS code for this palette
/* CSS */
.lemon-filling {
color: #f7e6a6;
}
.arts-crafts-gold {
color: #f3c48c;
}
.apricot-jam {
color: #f1a76f;
}
.citrus-blast {
color: #e07b38;
}
.tangerine-bliss {
color: #d55d2a;
}
/* CSS Variables */
:root {
--lemon-filling:#f7e6a6;
--arts-crafts-gold:#f3c48c;
--apricot-jam:#f1a76f;
--citrus-blast:#e07b38;
--tangerine-bliss:#d55d2a;
}