Color names in this palette
CSS code for this palette
/* CSS */
.subnautical {
color: #00264d;
}
.bridgeport {
color: #004985;
}
.methyl-blue {
color: #0073a8;
}
.dayflower {
color: #39a2db;
}
.middle-blue {
color: #7dd3e8;
}
/* CSS Variables */
:root {
--subnautical:#00264d;
--bridgeport:#004985;
--methyl-blue:#0073a8;
--dayflower:#39a2db;
--middle-blue:#7dd3e8;
}