Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.rubber-radish {
color: #ff999c;
}
.dainty-peach {
color: #ffcdb8;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--rubber-radish:#ff999c;
--dainty-peach:#ffcdb8;
--cornflower-lilac:#ffadad;
}