Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8c9b4;
}
.calabrese {
color: #f5a9a3;
}
.meat {
color: #f47b7b;
}
.orange-soda {
color: #f55c3d;
}
.heart-throb {
color: #c73d3d;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8c9b4;
--calabrese:#f5a9a3;
--meat:#f47b7b;
--orange-soda:#f55c3d;
--heart-throb:#c73d3d;
}