Color names in this palette
CSS code for this palette
/* CSS */
.cross-my-heart {
color: #aa2c2c;
}
.firebug {
color: #c95c4f;
}
.vintage-coral {
color: #d78c79;
}
.shilo {
color: #e9b1a5;
}
.lady-pink {
color: #f2d3cf;
}
/* CSS Variables */
:root {
--cross-my-heart:#aa2c2c;
--firebug:#c95c4f;
--vintage-coral:#d78c79;
--shilo:#e9b1a5;
--lady-pink:#f2d3cf;
}