Color names in this palette
CSS code for this palette
/* CSS */
.hashibami-brown {
color: #bea56f;
}
.luxurious {
color: #d6b85c;
}
.terracotta-chip {
color: #c67c5d;
}
.wilted-brown {
color: #ab4d3b;
}
.raw-cinnabar {
color: #7c3f3c;
}
/* CSS Variables */
:root {
--hashibami-brown:#bea56f;
--luxurious:#d6b85c;
--terracotta-chip:#c67c5d;
--wilted-brown:#ab4d3b;
--raw-cinnabar:#7c3f3c;
}