Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8cbf;
}
.nautical {
color: #2e4b7a;
}
.rurikon-blue {
color: #1c2b4a;
}
.himalayan-mist {
color: #e1efef;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--boat-house:#4a8cbf;
--nautical:#2e4b7a;
--rurikon-blue:#1c2b4a;
--himalayan-mist:#e1efef;
--usc-gold:#ffcc00;
}