Color names in this palette
CSS code for this palette
/* CSS */
.bicyclette {
color: #7e2a3e;
}
.cherry-berry {
color: #9b5063;
}
.grey-matter {
color: #c77f8e;
}
.love-at-first-sight {
color: #e6a3b0;
}
.cherry-blossom {
color: #f4c3d4;
}
/* CSS Variables */
:root {
--bicyclette:#7e2a3e;
--cherry-berry:#9b5063;
--grey-matter:#c77f8e;
--love-at-first-sight:#e6a3b0;
--cherry-blossom:#f4c3d4;
}