Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d86c31;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.lemon-filling {
color: #f8e6a5;
}
.celery-root {
color: #d5e6b7;
}
.blue-dam {
color: #a5c6d5;
}
/* CSS Variables */
:root {
--gold-drop:#d86c31;
--apricot-glazed-chicken:#f5a524;
--lemon-filling:#f8e6a5;
--celery-root:#d5e6b7;
--blue-dam:#a5c6d5;
}