Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1f1a3d;
}
.meteorite {
color: #4b3d6c;
}
.hashita-purple {
color: #8c5f8c;
}
.pineapple-wine {
color: #d9b96d;
}
.anise-flower {
color: #f3e3b4;
}
/* CSS Variables */
:root {
--prune-plum:#1f1a3d;
--meteorite:#4b3d6c;
--hashita-purple:#8c5f8c;
--pineapple-wine:#d9b96d;
--anise-flower:#f3e3b4;
}