Color names in this palette
CSS code for this palette
/* CSS */
.kinsusutake-brown {
color: #7c4c2d;
}
.caramel-cupcake {
color: #b68b5d;
}
.tequila {
color: #f3cba5;
}
.fire-coral {
color: #e4b26c;
}
.cremini {
color: #d0a03e;
}
/* CSS Variables */
:root {
--kinsusutake-brown:#7c4c2d;
--caramel-cupcake:#b68b5d;
--tequila:#f3cba5;
--fire-coral:#e4b26c;
--cremini:#d0a03e;
}