Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.shady-character {
color: #4c4c4d;
}
.migol-blue {
color: #2a2e7e;
}
.wild-west {
color: #7c5c50;
}
.city-loft {
color: #a79b8b;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--shady-character:#4c4c4d;
--migol-blue:#2a2e7e;
--wild-west:#7c5c50;
--city-loft:#a79b8b;
}