Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d86c31;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.hu-ng-j-n-zh-u-gold {
color: #f9da6c;
}
.blue-dam {
color: #a1c7d4;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--gold-drop:#d86c31;
--apricot-glazed-chicken:#f5a524;
--hu-ng-j-n-zh-u-gold:#f9da6c;
--blue-dam:#a1c7d4;
--mandarin-red:#e8493b;
}