Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1f1f29;
}
.odyssey-grey {
color: #4b4b5d;
}
.mythical {
color: #7b7b8e;
}
.dust {
color: #b29e6c;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--noble-black:#1f1f29;
--odyssey-grey:#4b4b5d;
--mythical:#7b7b8e;
--dust:#b29e6c;
--chinese-dragon:#c94f4f;
}