Color names in this palette
CSS code for this palette
/* CSS */
.congress-blue {
color: #02478d;
}
.lochmara {
color: #2e6ca3;
}
.blue-iguana {
color: #519cc8;
}
.lucea {
color: #7cb2de;
}
.bellagio-fountains {
color: #b5e1f2;
}
/* CSS Variables */
:root {
--congress-blue:#02478d;
--lochmara:#2e6ca3;
--blue-iguana:#519cc8;
--lucea:#7cb2de;
--bellagio-fountains:#b5e1f2;
}