Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.chunky-bee {
color: #ffc94d;
}
.roadster-yellow {
color: #f1e0a2;
}
.shallow-shoal {
color: #9fd6d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--chunky-bee:#ffc94d;
--roadster-yellow:#f1e0a2;
--shallow-shoal:#9fd6d4;
}