Color names in this palette
CSS code for this palette
/* CSS */
.dark-tone-ink {
color: #121212;
}
.shoe-wax {
color: #2b2b2b;
}
.black-oak {
color: #4f4f4f;
}
.cross-my-heart {
color: #aa2c2c;
}
.grapefruit {
color: #f75959;
}
/* CSS Variables */
:root {
--dark-tone-ink:#121212;
--shoe-wax:#2b2b2b;
--black-oak:#4f4f4f;
--cross-my-heart:#aa2c2c;
--grapefruit:#f75959;
}