Color names in this palette
CSS code for this palette
/* CSS */
.grey-matter {
color: #c87e8c;
}
.love-at-first-sight {
color: #e3a6b2;
}
.pink-dogwood {
color: #f6d4d0;
}
.demure-pink {
color: #f9d3c3;
}
.apricot-obsession {
color: #f7c2b1;
}
/* CSS Variables */
:root {
--grey-matter:#c87e8c;
--love-at-first-sight:#e3a6b2;
--pink-dogwood:#f6d4d0;
--demure-pink:#f9d3c3;
--apricot-obsession:#f7c2b1;
}