Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.indiviolet-sunset {
color: #690dab;
}
.liberal-lilac {
color: #9b58b6;
}
.mellow-melon {
color: #e92063;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--black:#000000;
--indiviolet-sunset:#690dab;
--liberal-lilac:#9b58b6;
--mellow-melon:#e92063;
--grapefruit-pulp:#ff6e61;
}