Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f7d36e;
}
.tickled-pink {
color: #f1a7c1;
}
.noodles {
color: #f9e1b4;
}
.pretty-petunia {
color: #d3b2e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--yellow-tulip:#f7d36e;
--tickled-pink:#f1a7c1;
--noodles:#f9e1b4;
--pretty-petunia:#d3b2e0;
--grapefruit-pulp:#ff6e61;
}