Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.rubber-radish {
color: #ff9b99;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
.buttery-croissant {
color: #f7e39c;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--rubber-radish:#ff9b99;
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
--buttery-croissant:#f7e39c;
}