Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cape-jasmine {
color: #ffbb5c;
}
.golden-nectar {
color: #ffda6b;
}
.rubber-radish {
color: #ff999c;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--cape-jasmine:#ffbb5c;
--golden-nectar:#ffda6b;
--rubber-radish:#ff999c;
}