Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94e3b;
}
.track-and-field {
color: #d66a4c;
}
.apricot-sorbet {
color: #e8a15e;
}
.jemima {
color: #f7d47e;
}
.cymophane-yellow {
color: #f1e4a7;
}
/* CSS Variables */
:root {
--painted-poppy:#c94e3b;
--track-and-field:#d66a4c;
--apricot-sorbet:#e8a15e;
--jemima:#f7d47e;
--cymophane-yellow:#f1e4a7;
}