Color names in this palette
CSS code for this palette
/* CSS */
.midnight-mirage {
color: #001f3d;
}
.bridgeport {
color: #004985;
}
.star-command-blue {
color: #007ab8;
}
.protoss-pylon {
color: #00aaff;
}
.candid-blue {
color: #67c1e0;
}
/* CSS Variables */
:root {
--midnight-mirage:#001f3d;
--bridgeport:#004985;
--star-command-blue:#007ab8;
--protoss-pylon:#00aaff;
--candid-blue:#67c1e0;
}