Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.lion-cub {
color: #f8caa5;
}
.snow-white-blush {
color: #f9aeae;
}
.italian-fitch {
color: #d2c8e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--lion-cub:#f8caa5;
--snow-white-blush:#f9aeae;
--italian-fitch:#d2c8e5;
}