CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.indigo-light {
color: #5a7fce;
}
.dexter {
color: #6eb4b3;
}
.crystal-glass-green {
color: #b2e0c9;
}
.bee {
color: #f2ba5a;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--indigo-light:#5a7fce;
--dexter:#6eb4b3;
--crystal-glass-green:#b2e0c9;
--bee:#f2ba5a;
}