Color names in this palette
CSS code for this palette
/* CSS */
.black-diamond-apple {
color: #8c7c9c;
}
.berry-frapp {
color: #b3a3c7;
}
.foggy-love {
color: #d6c6e6;
}
.minute-mauve {
color: #f0e2f8;
}
.sweetheart {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--black-diamond-apple:#8c7c9c;
--berry-frapp:#b3a3c7;
--foggy-love:#d6c6e6;
--minute-mauve:#f0e2f8;
--sweetheart:#f4c3d8;
}