Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.sorreno-lemon {
color: #f3d258;
}
.crystal-green {
color: #a2d57b;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--sorreno-lemon:#f3d258;
--crystal-green:#a2d57b;
--boat-house:#4b8abe;
}