Color names in this palette
CSS code for this palette
/* CSS */
.cymophane-yellow {
color: #f1e4a7;
}
.gold-winged {
color: #e4d47c;
}
.green-sheen {
color: #d8c94b;
}
.ogen-melon {
color: #d6b42e;
}
.high-strung {
color: #a7992a;
}
/* CSS Variables */
:root {
--cymophane-yellow:#f1e4a7;
--gold-winged:#e4d47c;
--green-sheen:#d8c94b;
--ogen-melon:#d6b42e;
--high-strung:#a7992a;
}