CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.baltic-sea {
color: #3c3c3e;
}
.black-oak {
color: #4f4f4f;
}
.white-smoke {
color: #f4f5f6;
}
.pelati {
color: #ff382e;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--baltic-sea:#3c3c3e;
--black-oak:#4f4f4f;
--white-smoke:#f4f5f6;
--pelati:#ff382e;
}