Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.chanterelles {
color: #ffc370;
}
.lady-banksia {
color: #ffe6a8;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--chanterelles:#ffc370;
--lady-banksia:#ffe6a8;
--poodle-skirt:#ffb3ba;
}