Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.apricot-wash {
color: #f9a77b;
}
.crayola-orange {
color: #f97939;
}
.master-round-yellow {
color: #e88102;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--apricot-wash:#f9a77b;
--crayola-orange:#f97939;
--master-round-yellow:#e88102;
--exuberance:#d65d00;
}