Color names in this palette
CSS code for this palette
/* CSS */
.sweet-jasmine {
color: #f8f3d3;
}
.ninjin-orange {
color: #e3a86d;
}
.copper-harbor {
color: #d57d4d;
}
.rodeo-red {
color: #a24b39;
}
.dubonnet {
color: #592c33;
}
/* CSS Variables */
:root {
--sweet-jasmine:#f8f3d3;
--ninjin-orange:#e3a86d;
--copper-harbor:#d57d4d;
--rodeo-red:#a24b39;
--dubonnet:#592c33;
}