Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.cadmium-violet {
color: #7e3d99;
}
.maximum-purple {
color: #6d3483;
}
.bluebeard {
color: #aab7c5;
}
.ing-nue-blue {
color: #354a5f;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--cadmium-violet:#7e3d99;
--maximum-purple:#6d3483;
--bluebeard:#aab7c5;
--ing-nue-blue:#354a5f;
}