Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.venetian-yellow {
color: #f7e4a1;
}
.neighborly-peach {
color: #f3c0a5;
}
.wisley-pink {
color: #f2a39c;
}
.spiced-coral {
color: #d55353;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--venetian-yellow:#f7e4a1;
--neighborly-peach:#f3c0a5;
--wisley-pink:#f2a39c;
--spiced-coral:#d55353;
}