Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.candy-heart-pink {
color: #f6a4a2;
}
.amaranth-pink {
color: #f69dbc;
}
.meat {
color: #f07f7f;
}
.swiss-chard {
color: #e05c6c;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--candy-heart-pink:#f6a4a2;
--amaranth-pink:#f69dbc;
--meat:#f07f7f;
--swiss-chard:#e05c6c;
}