Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.snow-white-blush {
color: #f9aeae;
}
.fruity-licious {
color: #fa8e8e;
}
.forbidden-fruit {
color: #f97b7b;
}
.fiery-salmon {
color: #f96262;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--snow-white-blush:#f9aeae;
--fruity-licious:#fa8e8e;
--forbidden-fruit:#f97b7b;
--fiery-salmon:#f96262;
}