Color names in this palette
CSS code for this palette
/* CSS */
.vinaigrette {
color: #eddcb0;
}
.barely-butter {
color: #f6e7c1;
}
.blended-fruit {
color: #f9e1a4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.chanterelle {
color: #d3a21d;
}
/* CSS Variables */
:root {
--vinaigrette:#eddcb0;
--barely-butter:#f6e7c1;
--blended-fruit:#f9e1a4;
--solar-plexus-chakra:#f1c84b;
--chanterelle:#d3a21d;
}