Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.love-at-first-sight {
color: #e5a4b2;
}
.heirloom-rose {
color: #d1809c;
}
.beauty-queen {
color: #c0598c;
}
.vivid-viola {
color: #a93d7f;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--love-at-first-sight:#e5a4b2;
--heirloom-rose:#d1809c;
--beauty-queen:#c0598c;
--vivid-viola:#a93d7f;
}