Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.roseberry {
color: #f5a79e;
}
.shanghai-peach {
color: #d59a8b;
}
.silk-ribbon {
color: #c56d8d;
}
.orchid-lei {
color: #9a4c78;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--roseberry:#f5a79e;
--shanghai-peach:#d59a8b;
--silk-ribbon:#c56d8d;
--orchid-lei:#9a4c78;
}