Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.pasta {
color: #f8e1af;
}
.afternoon {
color: #fbcc74;
}
.first-date {
color: #f1b3a2;
}
.obstinate-orange {
color: #d65129;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--pasta:#f8e1af;
--afternoon:#fbcc74;
--first-date:#f1b3a2;
--obstinate-orange:#d65129;
}