Color names in this palette
CSS code for this palette
/* CSS */
.amore {
color: #b42d4c;
}
.silk-ribbon {
color: #c66c8a;
}
.love-at-first-sight {
color: #e6a7b4;
}
.cherry-blossom {
color: #f4c3d4;
}
.pork-belly {
color: #f8e2e8;
}
/* CSS Variables */
:root {
--amore:#b42d4c;
--silk-ribbon:#c66c8a;
--love-at-first-sight:#e6a7b4;
--cherry-blossom:#f4c3d4;
--pork-belly:#f8e2e8;
}