Color names in this palette
CSS code for this palette
/* CSS */
.livid-brown {
color: #2e2929;
}
.blue-expanse {
color: #213c73;
}
.raucous-orange {
color: #c25a2e;
}
.zucchini-flower {
color: #e6a851;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--livid-brown:#2e2929;
--blue-expanse:#213c73;
--raucous-orange:#c25a2e;
--zucchini-flower:#e6a851;
--zh-n-zh-b-i-pearl:#f5f9fa;
}