Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.blackthorn-green {
color: #6f9f6f;
}
.cerulean-frost {
color: #6e9fc4;
}
.sunshine-mellow {
color: #f4c10b;
}
.track-and-field {
color: #da5f4e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--blackthorn-green:#6f9f6f;
--cerulean-frost:#6e9fc4;
--sunshine-mellow:#f4c10b;
--track-and-field:#da5f4e;
}