Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.pickled-ginger {
color: #ffe057;
}
.cerulean-frost {
color: #6e9cc4;
}
.beaded-blue {
color: #4b4c8b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb65c;
--pickled-ginger:#ffe057;
--cerulean-frost:#6e9cc4;
--beaded-blue:#4b4c8b;
}