Color names in this palette
CSS code for this palette
/* CSS */
.coco-s-black {
color: #1d1d1b;
}
.ecru {
color: #c2b180;
}
.witch-s-cottage {
color: #4b3d2a;
}
.yellow-tulip {
color: #f3d26d;
}
.tropic-turquoise {
color: #66b2a2;
}
/* CSS Variables */
:root {
--coco-s-black:#1d1d1b;
--ecru:#c2b180;
--witch-s-cottage:#4b3d2a;
--yellow-tulip:#f3d26d;
--tropic-turquoise:#66b2a2;
}