Color names in this palette
CSS code for this palette
/* CSS */
.dracula-orchid {
color: #2a363c;
}
.moody-black {
color: #4b555d;
}
.harrow-s-gate {
color: #7b8c8e;
}
.misty-surf {
color: #b4cac7;
}
.diamond-white {
color: #e2f2f3;
}
/* CSS Variables */
:root {
--dracula-orchid:#2a363c;
--moody-black:#4b555d;
--harrow-s-gate:#7b8c8e;
--misty-surf:#b4cac7;
--diamond-white:#e2f2f3;
}