Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.cheddar-cheese {
color: #f1873b;
}
.bee {
color: #f2b950;
}
.marquisette {
color: #f2d59c;
}
.sweetheart {
color: #f2c5d8;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--cheddar-cheese:#f1873b;
--bee:#f2b950;
--marquisette:#f2d59c;
--sweetheart:#f2c5d8;
}