Color names in this palette
CSS code for this palette
/* CSS */
.apricot-chicken {
color: #d68924;
}
.oregon-trail {
color: #f2b91c;
}
.oriole-yellow {
color: #f7d578;
}
.peach-damask {
color: #f9c5a4;
}
.sohi-red {
color: #e05a38;
}
/* CSS Variables */
:root {
--apricot-chicken:#d68924;
--oregon-trail:#f2b91c;
--oriole-yellow:#f7d578;
--peach-damask:#f9c5a4;
--sohi-red:#e05a38;
}