Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.venetian-yellow {
color: #f3e3a0;
}
.glenwood-green {
color: #abd4b6;
}
.jericho-jade {
color: #4b8681;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--apricot-glazed-chicken:#f5a524;
--venetian-yellow:#f3e3a0;
--glenwood-green:#abd4b6;
--jericho-jade:#4b8681;
}