Color names in this palette
CSS code for this palette
/* CSS */
.apple-polish {
color: #893e3e;
}
.glowing-scarlet {
color: #c14949;
}
.mineral-yellow {
color: #d4993a;
}
.jemima {
color: #f7d47e;
}
.gold-sand {
color: #f9e6a9;
}
/* CSS Variables */
:root {
--apple-polish:#893e3e;
--glowing-scarlet:#c14949;
--mineral-yellow:#d4993a;
--jemima:#f7d47e;
--gold-sand:#f9e6a9;
}