Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.copper-river {
color: #f5a26b;
}
.mad-for-mango {
color: #f5a300;
}
.orange-pepper {
color: #d67d00;
}
.umber {
color: #b36200;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--copper-river:#f5a26b;
--mad-for-mango:#f5a300;
--orange-pepper:#d67d00;
--umber:#b36200;
}