Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peppermint-fresh {
color: #69bf9c;
}
.floral-leaf {
color: #ffb84d;
}
.fruit-dove {
color: #c94f6e;
}
.confectionary {
color: #d1b3d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peppermint-fresh:#69bf9c;
--floral-leaf:#ffb84d;
--fruit-dove:#c94f6e;
--confectionary:#d1b3d1;
}