Color names in this palette
CSS code for this palette
/* CSS */
.bitter-chocolate {
color: #4c2b24;
}
.alden-till {
color: #784a4a;
}
.delhi-spice {
color: #a1686b;
}
.rustic-adobe {
color: #d4986e;
}
.lemon-pound-cake {
color: #fddb91;
}
/* CSS Variables */
:root {
--bitter-chocolate:#4c2b24;
--alden-till:#784a4a;
--delhi-spice:#a1686b;
--rustic-adobe:#d4986e;
--lemon-pound-cake:#fddb91;
}