Color names in this palette
CSS code for this palette
/* CSS */
.windsurfing {
color: #3b6d97;
}
.blue-brocade {
color: #6db9d5;
}
.tropical-trail {
color: #82d4b3;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--windsurfing:#3b6d97;
--blue-brocade:#6db9d5;
--tropical-trail:#82d4b3;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}