Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.pickled-ginger {
color: #ffe057;
}
.citronella {
color: #69bf76;
}
.skinny-jeans {
color: #4d8bff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--pickled-ginger:#ffe057;
--citronella:#69bf76;
--skinny-jeans:#4d8bff;
}