Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1a1c1f;
}
.typewriter-ink {
color: #4c4f52;
}
.astrogranite {
color: #74787b;
}
.red-obsession {
color: #b23b2e;
}
.amour {
color: #f05751;
}
/* CSS Variables */
:root {
--gluon-grey:#1a1c1f;
--typewriter-ink:#4c4f52;
--astrogranite:#74787b;
--red-obsession:#b23b2e;
--amour:#f05751;
}