Color names in this palette
CSS code for this palette
/* CSS */
.subnautical {
color: #00264d;
}
.bridgeport {
color: #004985;
}
.brilliant-blue {
color: #0074b3;
}
.atmosphere {
color: #0096e0;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--subnautical:#00264d;
--bridgeport:#004985;
--brilliant-blue:#0074b3;
--atmosphere:#0096e0;
--capri:#00bfff;
}