Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.beetiful-magenta {
color: #8d2a6e;
}
.crushed-berries {
color: #d35f9d;
}
.apricot-obsession {
color: #f7c6b6;
}
.aria-ivory {
color: #f9e8d7;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--beetiful-magenta:#8d2a6e;
--crushed-berries:#d35f9d;
--apricot-obsession:#f7c6b6;
--aria-ivory:#f9e8d7;
}