Color names in this palette
CSS code for this palette
/* CSS */
.girl-talk {
color: #e4c8c8;
}
.lady-guinevere {
color: #c9a1a1;
}
.love-at-first-sight {
color: #e5a4b2;
}
.shine-baby-shine {
color: #a85d6e;
}
.smoked-black-coffee {
color: #3d2f2f;
}
/* CSS Variables */
:root {
--girl-talk:#e4c8c8;
--lady-guinevere:#c9a1a1;
--love-at-first-sight:#e5a4b2;
--shine-baby-shine:#a85d6e;
--smoked-black-coffee:#3d2f2f;
}