Color names in this palette
CSS code for this palette
/* CSS */
.trapunto {
color: #f5e9b7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.brass-mesh {
color: #e3a84a;
}
.coppersmith {
color: #d68c3d;
}
.carrot-cake {
color: #c37132;
}
/* CSS Variables */
:root {
--trapunto:#f5e9b7;
--solar-plexus-chakra:#f1c84b;
--brass-mesh:#e3a84a;
--coppersmith:#d68c3d;
--carrot-cake:#c37132;
}