Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.flat-green {
color: #69974e;
}
.dull-red {
color: #bb3e3e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--solar-plexus-chakra:#f1c84b;
--flat-green:#69974e;
--dull-red:#bb3e3e;
}