Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.great-fennel-flower {
color: #709d9e;
}
.sunny-mood {
color: #f7c94b;
}
.peanut-butter-chicken {
color: #ffb861;
}
.lively-coral {
color: #e6797d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--great-fennel-flower:#709d9e;
--sunny-mood:#f7c94b;
--peanut-butter-chicken:#ffb861;
--lively-coral:#e6797d;
}