Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.night-night {
color: #4f4f5f;
}
.in-the-twilight {
color: #80808e;
}
.rodham {
color: #b4b46e;
}
.viameter {
color: #d5d53f;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--night-night:#4f4f5f;
--in-the-twilight:#80808e;
--rodham:#b4b46e;
--viameter:#d5d53f;
}