Color names in this palette
CSS code for this palette
/* CSS */
.murasaki-purple {
color: #8d3f9d;
}
.canyon-clay {
color: #c97f6e;
}
.koji-orange {
color: #f6af4c;
}
.champagne-burst {
color: #f1e4cb;
}
.mountain-bluebird {
color: #4993c1;
}
/* CSS Variables */
:root {
--murasaki-purple:#8d3f9d;
--canyon-clay:#c97f6e;
--koji-orange:#f6af4c;
--champagne-burst:#f1e4cb;
--mountain-bluebird:#4993c1;
}