Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.rose-mallow {
color: #f2a6c4;
}
.smooth-as-corn-silk {
color: #f5e4b2;
}
.orange-clay {
color: #e3a77d;
}
.desert-rose {
color: #d05d6c;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--rose-mallow:#f2a6c4;
--smooth-as-corn-silk:#f5e4b2;
--orange-clay:#e3a77d;
--desert-rose:#d05d6c;
}