Color names in this palette
CSS code for this palette
/* CSS */
.bluish-purple-anemone {
color: #5d6cc0;
}
.cottage-blue {
color: #7a9ec2;
}
.light-blue-glint {
color: #a8d3e1;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--bluish-purple-anemone:#5d6cc0;
--cottage-blue:#7a9ec2;
--light-blue-glint:#a8d3e1;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}