Color names in this palette
CSS code for this palette
/* CSS */
.root-chakra {
color: #c6393e;
}
.chat-orange {
color: #f79c40;
}
.venetian-yellow {
color: #f7e4a1;
}
.evora {
color: #4f8c8b;
}
.china-pattern {
color: #3e5b79;
}
/* CSS Variables */
:root {
--root-chakra:#c6393e;
--chat-orange:#f79c40;
--venetian-yellow:#f7e4a1;
--evora:#4f8c8b;
--china-pattern:#3e5b79;
}