Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.grapefruit-pulp {
color: #ff6e61;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.lusty-gallant {
color: #ffcdcc;
}
.creamy-cloud-dreams {
color: #fff3e0;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--grapefruit-pulp:#ff6e61;
--wildflower-bouquet:#ffb3b3;
--lusty-gallant:#ffcdcc;
--creamy-cloud-dreams:#fff3e0;
}