Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1e2a3e;
}
.compass-blue {
color: #364659;
}
.technical-blue {
color: #5a7f8c;
}
.sea-cliff {
color: #a3c7e0;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--yankees-blue:#1e2a3e;
--compass-blue:#364659;
--technical-blue:#5a7f8c;
--sea-cliff:#a3c7e0;
--sunshine-mellow:#f1c40e;
}