Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.orange-grove {
color: #fbb08e;
}
.orange-chiffon {
color: #fbae7e;
}
.hot-orange {
color: #f78c3b;
}
.carrot {
color: #f76d3b;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--orange-grove:#fbb08e;
--orange-chiffon:#fbae7e;
--hot-orange:#f78c3b;
--carrot:#f76d3b;
}