Color names in this palette
CSS code for this palette
/* CSS */
.tea-cookie {
color: #f5e1c2;
}
.kitsilano-cookie {
color: #d2c7b2;
}
.sediment {
color: #b3a898;
}
.opium {
color: #9b7d7d;
}
.private-black {
color: #4b4949;
}
/* CSS Variables */
:root {
--tea-cookie:#f5e1c2;
--kitsilano-cookie:#d2c7b2;
--sediment:#b3a898;
--opium:#9b7d7d;
--private-black:#4b4949;
}