Color names in this palette
CSS code for this palette
/* CSS */
.knighthood {
color: #3f3a55;
}
.strong-iris {
color: #5e5b80;
}
.grape-jam {
color: #7d7b9d;
}
.freesia-purple {
color: #b2b1d8;
}
.sugar-crystal {
color: #f6f5ff;
}
/* CSS Variables */
:root {
--knighthood:#3f3a55;
--strong-iris:#5e5b80;
--grape-jam:#7d7b9d;
--freesia-purple:#b2b1d8;
--sugar-crystal:#f6f5ff;
}