Color names in this palette
CSS code for this palette
/* CSS */
.mayan-gold {
color: #b68d3a;
}
.maximum-yellow-red {
color: #f1b74b;
}
.hawkbit {
color: #fedc6c;
}
.sun-dust {
color: #f5dfa3;
}
.apricot-sorbet {
color: #e6a35c;
}
/* CSS Variables */
:root {
--mayan-gold:#b68d3a;
--maximum-yellow-red:#f1b74b;
--hawkbit:#fedc6c;
--sun-dust:#f5dfa3;
--apricot-sorbet:#e6a35c;
}