Color names in this palette
CSS code for this palette
/* CSS */
.independence {
color: #4a4e6d;
}
.dianthus-mauve {
color: #8e6b8d;
}
.golden-sage {
color: #b19c72;
}
.farm-straw {
color: #d3b14a;
}
.x-marks-the-spot {
color: #e34a4a;
}
/* CSS Variables */
:root {
--independence:#4a4e6d;
--dianthus-mauve:#8e6b8d;
--golden-sage:#b19c72;
--farm-straw:#d3b14a;
--x-marks-the-spot:#e34a4a;
}