Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.akari-red {
color: #c50740;
}
.wild-violet {
color: #681b98;
}
.rose-garnet {
color: #970741;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--akari-red:#c50740;
--wild-violet:#681b98;
--rose-garnet:#970741;
--lynx-white:#f7f7f7;
}