CSS code for this palette
/* CSS */
.moonstone {
color: #3bb0c4;
}
.blue-iguana {
color: #4e9ed0;
}
.tanzine {
color: #6e80d4;
}
.bee {
color: #f2b854;
}
.royal-blush {
color: #f06d56;
}
/* CSS Variables */
:root {
--moonstone:#3bb0c4;
--blue-iguana:#4e9ed0;
--tanzine:#6e80d4;
--bee:#f2b854;
--royal-blush:#f06d56;
}