Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #497b97;
}
.blue-brocade {
color: #6db9d5;
}
.spinnaker {
color: #a3e0df;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--coelin-blue:#497b97;
--blue-brocade:#6db9d5;
--spinnaker:#a3e0df;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}