Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1f1c3b;
}
.clear-purple {
color: #3c2a74;
}
.juneberry {
color: #7a4e97;
}
.spruce-tree-flower {
color: #b55e8e;
}
.day-at-the-zoo {
color: #ffa070;
}
/* CSS Variables */
:root {
--prune-plum:#1f1c3b;
--clear-purple:#3c2a74;
--juneberry:#7a4e97;
--spruce-tree-flower:#b55e8e;
--day-at-the-zoo:#ffa070;
}