Color names in this palette
CSS code for this palette
/* CSS */
.medium-taupe {
color: #694d49;
}
.matte-brown {
color: #a07f6a;
}
.link-to-the-past {
color: #d3b58d;
}
.lemon-ice-yellow {
color: #f5e2a8;
}
.tequila {
color: #f4cba4;
}
/* CSS Variables */
:root {
--medium-taupe:#694d49;
--matte-brown:#a07f6a;
--link-to-the-past:#d3b58d;
--lemon-ice-yellow:#f5e2a8;
--tequila:#f4cba4;
}