Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.chunky-bee {
color: #ffc94d;
}
.sandy-shore {
color: #f2e8ba;
}
.lolly-ice {
color: #a6d8d5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--chunky-bee:#ffc94d;
--sandy-shore:#f2e8ba;
--lolly-ice:#a6d8d5;
}