Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.roseberry {
color: #f7a8a1;
}
.momo-peach {
color: #f57a7c;
}
.fuchsia-kiss {
color: #c76b9e;
}
.heath-spotted-orchid {
color: #a058a7;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--roseberry:#f7a8a1;
--momo-peach:#f57a7c;
--fuchsia-kiss:#c76b9e;
--heath-spotted-orchid:#a058a7;
}