Color names in this palette
CSS code for this palette
/* CSS */
.star-spangled {
color: #3c597c;
}
.cropper-blue {
color: #5c7a99;
}
.resolute-blue {
color: #88b1c3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--star-spangled:#3c597c;
--cropper-blue:#5c7a99;
--resolute-blue:#88b1c3;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e76950;
}