Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f8c43f;
}
.earth-yellow {
color: #e3a55f;
}
.shanghai-peach {
color: #d59b8b;
}
.eccentric-magenta {
color: #b474a5;
}
.purple-sapphire {
color: #7f4c90;
}
/* CSS Variables */
:root {
--pyrite:#f8c43f;
--earth-yellow:#e3a55f;
--shanghai-peach:#d59b8b;
--eccentric-magenta:#b474a5;
--purple-sapphire:#7f4c90;
}