Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.rubber-radish {
color: #ff999c;
}
.lusty-gallant {
color: #ffcdcc;
}
.misty-rose {
color: #ffe3e0;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--rubber-radish:#ff999c;
--lusty-gallant:#ffcdcc;
--misty-rose:#ffe3e0;
--matt-pink:#ffb8c1;
}