Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.pickled-ginger {
color: #ffe057;
}
.citronella {
color: #69bf76;
}
.dirty-blue {
color: #407f9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--pickled-ginger:#ffe057;
--citronella:#69bf76;
--dirty-blue:#407f9c;
}