Color names in this palette
CSS code for this palette
/* CSS */
.plantain-chips {
color: #d3a950;
}
.star-anise-scent {
color: #a87d4d;
}
.emperor-jewel {
color: #6c5e8d;
}
.beaded-blue {
color: #4b4c8b;
}
.blue-depths {
color: #2d3b67;
}
/* CSS Variables */
:root {
--plantain-chips:#d3a950;
--star-anise-scent:#a87d4d;
--emperor-jewel:#6c5e8d;
--beaded-blue:#4b4c8b;
--blue-depths:#2d3b67;
}