Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.pink-fit {
color: #f1a7b1;
}
.cherry-brandy {
color: #e26a84;
}
.llilacquered {
color: #c85b99;
}
.hyacinth-violet {
color: #9c4d9d;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--pink-fit:#f1a7b1;
--cherry-brandy:#e26a84;
--llilacquered:#c85b99;
--hyacinth-violet:#9c4d9d;
}