Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.liberal-lilac {
color: #9b58b6;
}
.french-market {
color: #a4c6a4;
}
.herbal-mist {
color: #d0e6d0;
}
.solid-gold {
color: #b3d94a;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--liberal-lilac:#9b58b6;
--french-market:#a4c6a4;
--herbal-mist:#d0e6d0;
--solid-gold:#b3d94a;
}