Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f4b3c3;
}
.rubber-radish {
color: #ff9994;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.butter-cupcake {
color: #ffdf99;
}
/* CSS Variables */
:root {
--ibis:#f4b3c3;
--rubber-radish:#ff9994;
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--butter-cupcake:#ffdf99;
}