Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.prayer-flag {
color: #d69b6b;
}
.chocolate-truffle {
color: #602a35;
}
.white {
color: #ffffff;
}
.otter-creek {
color: #3c5d5d;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--prayer-flag:#d69b6b;
--chocolate-truffle:#602a35;
--white:#ffffff;
--otter-creek:#3c5d5d;
}