Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiant-yellow {
color: #ff9e1f;
}
.pickled-ginger {
color: #ffe057;
}
.heisenberg-blue {
color: #6fd0f6;
}
.blue-magenta-violet {
color: #592d8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiant-yellow:#ff9e1f;
--pickled-ginger:#ffe057;
--heisenberg-blue:#6fd0f6;
--blue-magenta-violet:#592d8f;
}