Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #cf2f20;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.tamale-maize {
color: #f7e7b6;
}
.jasmine-green {
color: #7ac144;
}
.green-ribbon {
color: #2b8c3b;
}
/* CSS Variables */
:root {
--pure-red:#cf2f20;
--apricot-glazed-chicken:#f5a524;
--tamale-maize:#f7e7b6;
--jasmine-green:#7ac144;
--green-ribbon:#2b8c3b;
}