Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2b42;
}
.master {
color: #394a60;
}
.blue-mirage {
color: #5b6d7b;
}
.airborne {
color: #a1c1d4;
}
.thai-ice-tea {
color: #e1a57a;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2b42;
--master:#394a60;
--blue-mirage:#5b6d7b;
--airborne:#a1c1d4;
--thai-ice-tea:#e1a57a;
}