Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c9a3d1;
}
.blackberry-yogurt {
color: #e5b7e6;
}
.sweet-romance {
color: #ffc2e0;
}
.rubber-radish {
color: #ff99a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lilac-lace:#c9a3d1;
--blackberry-yogurt:#e5b7e6;
--sweet-romance:#ffc2e0;
--rubber-radish:#ff99a1;
--grapefruit-pulp:#ff6e61;
}