Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.lion-of-menecrates {
color: #f2a769;
}
.jelly-slug {
color: #d86a4b;
}
.cherry-race {
color: #a73e35;
}
.siren {
color: #6d2c3b;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--lion-of-menecrates:#f2a769;
--jelly-slug:#d86a4b;
--cherry-race:#a73e35;
--siren:#6d2c3b;
}