Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.chat-orange {
color: #f49c3e;
}
.chaat-masala {
color: #e87d26;
}
.crab-curry {
color: #d64b24;
}
.jaipur {
color: #a83124;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--chat-orange:#f49c3e;
--chaat-masala:#e87d26;
--crab-curry:#d64b24;
--jaipur:#a83124;
}