Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f3b4c5;
}
.baby-steps {
color: #f7cadb;
}
.love-at-first-sight {
color: #e6a3b0;
}
.echo {
color: #d5e7df;
}
.touch-of-turquoise {
color: #a2d2cf;
}
/* CSS Variables */
:root {
--rhodonite:#f3b4c5;
--baby-steps:#f7cadb;
--love-at-first-sight:#e6a3b0;
--echo:#d5e7df;
--touch-of-turquoise:#a2d2cf;
}