Color names in this palette
CSS code for this palette
/* CSS */
.linnet-egg-red {
color: #ffccdb;
}
.rubber-radish {
color: #ff99a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.love-red {
color: #ff4d67;
}
.reddish-pink {
color: #ff2e51;
}
/* CSS Variables */
:root {
--linnet-egg-red:#ffccdb;
--rubber-radish:#ff99a1;
--grapefruit-pulp:#ff6e61;
--love-red:#ff4d67;
--reddish-pink:#ff2e51;
}