Color names in this palette
CSS code for this palette
/* CSS */
.alfonso-olive {
color: #7c2d5c;
}
.cyclamen-red {
color: #a85d8c;
}
.berry-popsicle {
color: #d7a3c9;
}
.sweetheart {
color: #f2c5d8;
}
.pork-belly {
color: #f8e2e7;
}
/* CSS Variables */
:root {
--alfonso-olive:#7c2d5c;
--cyclamen-red:#a85d8c;
--berry-popsicle:#d7a3c9;
--sweetheart:#f2c5d8;
--pork-belly:#f8e2e7;
}