Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.espresso-tonic {
color: #c58b59;
}
.hot-cacao {
color: #a66a4e;
}
.spiced-red {
color: #8b4e3c;
}
.murray-red {
color: #6e3b3a;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--espresso-tonic:#c58b59;
--hot-cacao:#a66a4e;
--spiced-red:#8b4e3c;
--murray-red:#6e3b3a;
}