Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.shady-character {
color: #4c4c4d;
}
.ironside {
color: #7e7e81;
}
.tangled-web {
color: #b2b2b3;
}
.errigal-white {
color: #f1f1f3;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--shady-character:#4c4c4d;
--ironside:#7e7e81;
--tangled-web:#b2b2b3;
--errigal-white:#f1f1f3;
}