Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.roseberry {
color: #f7a5a1;
}
.fiery-flamingo {
color: #f56b7b;
}
.crushed-berries {
color: #d25b9c;
}
.lobby-lilac {
color: #a57cb6;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--roseberry:#f7a5a1;
--fiery-flamingo:#f56b7b;
--crushed-berries:#d25b9c;
--lobby-lilac:#a57cb6;
}