Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.felt-green {
color: #6fbe91;
}
.sunny-mood {
color: #f7c94b;
}
.blue-grotto {
color: #4fa0cf;
}
.bubblegum {
color: #e45e7b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--felt-green:#6fbe91;
--sunny-mood:#f7c94b;
--blue-grotto:#4fa0cf;
--bubblegum:#e45e7b;
}