Color names in this palette
CSS code for this palette
/* CSS */
.wildflower-bouquet {
color: #ffb3b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
.rubber-radish {
color: #ff9999;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--wildflower-bouquet:#ffb3b3;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
--rubber-radish:#ff9999;
--lusty-gallant:#ffcdcc;
}