Color names in this palette
CSS code for this palette
/* CSS */
.slate-black {
color: #4b3c35;
}
.domino {
color: #6b5b4c;
}
.ancient-pottery {
color: #a67c5e;
}
.trick-or-treat {
color: #e9b58b;
}
.melon-pink {
color: #f2d4c4;
}
/* CSS Variables */
:root {
--slate-black:#4b3c35;
--domino:#6b5b4c;
--ancient-pottery:#a67c5e;
--trick-or-treat:#e9b58b;
--melon-pink:#f2d4c4;
}