Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.chunky-bee {
color: #ffc94d;
}
.dolly {
color: #f2f96c;
}
.crystal-green {
color: #a3d77e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--chunky-bee:#ffc94d;
--dolly:#f2f96c;
--crystal-green:#a3d77e;
}