Color names in this palette
CSS code for this palette
/* CSS */
.kuretake-black-manga {
color: #041220;
}
.black-box {
color: #0a2b2e;
}
.deep-sanction {
color: #1b4e55;
}
.blue-chill {
color: #3c8d90;
}
.peppermint-fresh {
color: #69bf9a;
}
/* CSS Variables */
:root {
--kuretake-black-manga:#041220;
--black-box:#0a2b2e;
--deep-sanction:#1b4e55;
--blue-chill:#3c8d90;
--peppermint-fresh:#69bf9a;
}