Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.cape-jasmine {
color: #ffbb5c;
}
.cowbell {
color: #ffe680;
}
.grape-green {
color: #a7df9f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--cape-jasmine:#ffbb5c;
--cowbell:#ffe680;
--grape-green:#a7df9f;
}