Color names in this palette
CSS code for this palette
/* CSS */
.terracotta-chip {
color: #c67c5d;
}
.n-renji-orange {
color: #fcc14a;
}
.shocking-orange {
color: #ff6d1f;
}
.jasper {
color: #d93f3f;
}
.wilted-brown {
color: #aa4e3c;
}
/* CSS Variables */
:root {
--terracotta-chip:#c67c5d;
--n-renji-orange:#fcc14a;
--shocking-orange:#ff6d1f;
--jasper:#d93f3f;
--wilted-brown:#aa4e3c;
}