Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-yogurt {
color: #c44a8b;
}
.purple-zergling {
color: #a65489;
}
.plum-power {
color: #7e5e8d;
}
.blueberry-patch {
color: #5f6c9b;
}
.mirage-lake {
color: #4c9090;
}
/* CSS Variables */
:root {
--mulberry-yogurt:#c44a8b;
--purple-zergling:#a65489;
--plum-power:#7e5e8d;
--blueberry-patch:#5f6c9b;
--mirage-lake:#4c9090;
}