Color names in this palette
CSS code for this palette
/* CSS */
.chakra {
color: #8f5b8d;
}
.orange-maple {
color: #d19f89;
}
.tequila {
color: #f4cba4;
}
.lemon-caipirinha {
color: #f7df9c;
}
.orange-clay {
color: #e4a77c;
}
/* CSS Variables */
:root {
--chakra:#8f5b8d;
--orange-maple:#d19f89;
--tequila:#f4cba4;
--lemon-caipirinha:#f7df9c;
--orange-clay:#e4a77c;
}