Color names in this palette
CSS code for this palette
/* CSS */
.cymophane-yellow {
color: #f2e3a6;
}
.harvest-gold {
color: #e8b568;
}
.sandy-brown {
color: #f2a65a;
}
.mod-orange {
color: #d7593c;
}
.valentine {
color: #a63a4c;
}
/* CSS Variables */
:root {
--cymophane-yellow:#f2e3a6;
--harvest-gold:#e8b568;
--sandy-brown:#f2a65a;
--mod-orange:#d7593c;
--valentine:#a63a4c;
}