Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
.pure-apple {
color: #6cbe46;
}
.skinny-jeans {
color: #5d8dfe;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
--pure-apple:#6cbe46;
--skinny-jeans:#5d8dfe;
--liberal-lilac:#9b58b6;
}