Color names in this palette
CSS code for this palette
/* CSS */
.murasaki-purple {
color: #8b4e97;
}
.bodega-bay {
color: #5f82c4;
}
.moonstone {
color: #40a8c4;
}
.basil-smash {
color: #b8e2a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--murasaki-purple:#8b4e97;
--bodega-bay:#5f82c4;
--moonstone:#40a8c4;
--basil-smash:#b8e2a2;
--creamy-sweet-corn:#f9c54e;
}