Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-thorn {
color: #c67d2a;
}
.chinese-night {
color: #a93a1e;
}
.moldy-ochre {
color: #d6a400;
}
.cinnamon-stick {
color: #b35623;
}
.salmon-slice {
color: #f2ab8c;
}
/* CSS Variables */
:root {
--mulberry-thorn:#c67d2a;
--chinese-night:#a93a1e;
--moldy-ochre:#d6a400;
--cinnamon-stick:#b35623;
--salmon-slice:#f2ab8c;
}