Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.dark-onyx {
color: #2d2d2f;
}
.shady-character {
color: #4c4c4d;
}
.hawaiian-raspberry {
color: #ff0051;
}
.bright-turquoise {
color: #00e5e6;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--dark-onyx:#2d2d2f;
--shady-character:#4c4c4d;
--hawaiian-raspberry:#ff0051;
--bright-turquoise:#00e5e6;
}