Color names in this palette
CSS code for this palette
/* CSS */
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
.orochimaru {
color: #d9d9d9;
}
.reductant {
color: #e35959;
}
.fruit-salad {
color: #4ca44c;
}
.eerie-black {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--zh-n-zh-b-i-pearl:#f6f8f9;
--orochimaru:#d9d9d9;
--reductant:#e35959;
--fruit-salad:#4ca44c;
--eerie-black:#1a1a1a;
}