Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a3b0;
}
.in-the-pink {
color: #f2c5d3;
}
.poetic-princess {
color: #f8e2e6;
}
.sandy-bay {
color: #f9d9b4;
}
.rhodonite {
color: #f2b5c5;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a3b0;
--in-the-pink:#f2c5d3;
--poetic-princess:#f8e2e6;
--sandy-bay:#f9d9b4;
--rhodonite:#f2b5c5;
}