Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.izmir-purple {
color: #4b3f73;
}
.wisteria-purple {
color: #8b5d98;
}
.white-acorn {
color: #daa98b;
}
.pyrite {
color: #f8c13f;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--izmir-purple:#4b3f73;
--wisteria-purple:#8b5d98;
--white-acorn:#daa98b;
--pyrite:#f8c13f;
}