Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-wing {
color: #f9cfb4;
}
.rhodonite {
color: #f4b3c4;
}
.laelia-pink {
color: #f6c6e1;
}
.light-orchid {
color: #e6a7d3;
}
.mint-cocktail-green {
color: #b4e4b4;
}
/* CSS Variables */
:root {
--butterfly-wing:#f9cfb4;
--rhodonite:#f4b3c4;
--laelia-pink:#f6c6e1;
--light-orchid:#e6a7d3;
--mint-cocktail-green:#b4e4b4;
}