Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.purple-zergling {
color: #a4518b;
}
.preppy-rose {
color: #d06c8d;
}
.chai-latte {
color: #f8c8a0;
}
.milk-froth {
color: #ffedcc;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--purple-zergling:#a4518b;
--preppy-rose:#d06c8d;
--chai-latte:#f8c8a0;
--milk-froth:#ffedcc;
}