Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1e1f3e;
}
.mangosteen {
color: #393e5b;
}
.strong-iris {
color: #5c617f;
}
.heirloom-lilac {
color: #a094b3;
}
.crocus {
color: #c16c9f;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1e1f3e;
--mangosteen:#393e5b;
--strong-iris:#5c617f;
--heirloom-lilac:#a094b3;
--crocus:#c16c9f;
}