Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f2b1c4;
}
.love-at-first-sight {
color: #e6a7b2;
}
.blushing-bud {
color: #db9a9b;
}
.resounding-rose {
color: #d08d86;
}
.chick-flick {
color: #bf7e7d;
}
/* CSS Variables */
:root {
--rhodonite:#f2b1c4;
--love-at-first-sight:#e6a7b2;
--blushing-bud:#db9a9b;
--resounding-rose:#d08d86;
--chick-flick:#bf7e7d;
}