Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.cream-blush {
color: #f6c598;
}
.eau-de-rose {
color: #e2b6d3;
}
.entan-red {
color: #e76e50;
}
.privet-hedge {
color: #5b8b79;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--cream-blush:#f6c598;
--eau-de-rose:#e2b6d3;
--entan-red:#e76e50;
--privet-hedge:#5b8b79;
}