CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.coral-silk {
color: #f2a67d;
}
.melondrama {
color: #f27f6e;
}
.deep-blush {
color: #e46c86;
}
.rose-bud {
color: #b75c9f;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--coral-silk:#f2a67d;
--melondrama:#f27f6e;
--deep-blush:#e46c86;
--rose-bud:#b75c9f;
}