Color names in this palette
CSS code for this palette
/* CSS */
.semi-sweet-chocolate {
color: #6a4125;
}
.texas-ranger-brown {
color: #9f512d;
}
.prayer-flag {
color: #d19b6b;
}
.calla {
color: #f2e1b5;
}
.woven {
color: #e3d3a1;
}
/* CSS Variables */
:root {
--semi-sweet-chocolate:#6a4125;
--texas-ranger-brown:#9f512d;
--prayer-flag:#d19b6b;
--calla:#f2e1b5;
--woven:#e3d3a1;
}