Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1a1a1f;
}
.odyssey-grey {
color: #4b4b5d;
}
.lavender-violet {
color: #7b78a5;
}
.freesia-purple {
color: #b1b1d3;
}
.alpine-goat {
color: #f1f1f8;
}
/* CSS Variables */
:root {
--gluon-grey:#1a1a1f;
--odyssey-grey:#4b4b5d;
--lavender-violet:#7b78a5;
--freesia-purple:#b1b1d3;
--alpine-goat:#f1f1f8;
}