Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.odyssey-grey {
color: #4b4b5d;
}
.silver-surfer {
color: #7b7b8a;
}
.royal-mile {
color: #a1a1b5;
}
.perfection {
color: #d7d7e5;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--odyssey-grey:#4b4b5d;
--silver-surfer:#7b7b8a;
--royal-mile:#a1a1b5;
--perfection:#d7d7e5;
}