Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hot-sun {
color: #f7b32b;
}
.pure-apple {
color: #6ebe46;
}
.blue-elemental {
color: #4d8af5;
}
.prickly-purple {
color: #a75dbb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hot-sun:#f7b32b;
--pure-apple:#6ebe46;
--blue-elemental:#4d8af5;
--prickly-purple:#a75dbb;
}