Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2d;
}
.cat-s-eye-marble {
color: #d9a85e;
}
.chinese-dragon {
color: #c94f4f;
}
.spruce-yellow {
color: #b67a3e;
}
.cool-lavender {
color: #b2a5a4;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2d;
--cat-s-eye-marble:#d9a85e;
--chinese-dragon:#c94f4f;
--spruce-yellow:#b67a3e;
--cool-lavender:#b2a5a4;
}