Color names in this palette
CSS code for this palette
/* CSS */
.dark-tone-ink {
color: #121212;
}
.noble-cause-purple {
color: #7b1d9a;
}
.magical-merlin {
color: #3e90cc;
}
.thunder {
color: #4d4d4d;
}
.silver {
color: #bfbfbf;
}
/* CSS Variables */
:root {
--dark-tone-ink:#121212;
--noble-cause-purple:#7b1d9a;
--magical-merlin:#3e90cc;
--thunder:#4d4d4d;
--silver:#bfbfbf;
}