Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d6a7;
}
.citrus-honey {
color: #f7b76e;
}
.goldsmith {
color: #efb14d;
}
.coppersmith {
color: #d68c3d;
}
.honey-maple {
color: #a86d5d;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d6a7;
--citrus-honey:#f7b76e;
--goldsmith:#efb14d;
--coppersmith:#d68c3d;
--honey-maple:#a86d5d;
}