Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.mandys-pink {
color: #f6b89d;
}
.coral-silk {
color: #f49f7b;
}
.coral-rose {
color: #f27b50;
}
.fire-island {
color: #d95136;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--mandys-pink:#f6b89d;
--coral-silk:#f49f7b;
--coral-rose:#f27b50;
--fire-island:#d95136;
}