Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.young-crab {
color: #f5a19e;
}
.love-letter {
color: #e76a8f;
}
.thimble-red {
color: #a25d8c;
}
.bright-eggplant {
color: #5d4b8b;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--young-crab:#f5a19e;
--love-letter:#e76a8f;
--thimble-red:#a25d8c;
--bright-eggplant:#5d4b8b;
}