Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.chunky-bee {
color: #ffc94d;
}
.grape-green {
color: #a7df9f;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--chunky-bee:#ffc94d;
--grape-green:#a7df9f;
--olympic-blue:#4b91e2;
}