Color names in this palette
CSS code for this palette
/* CSS */
.spindle {
color: #b2c3d7;
}
.purple-hyacinth {
color: #6e90bf;
}
.san-marino {
color: #496d9c;
}
.nautical {
color: #2f4b7f;
}
.ending-navy-blue {
color: #1a305b;
}
/* CSS Variables */
:root {
--spindle:#b2c3d7;
--purple-hyacinth:#6e90bf;
--san-marino:#496d9c;
--nautical:#2f4b7f;
--ending-navy-blue:#1a305b;
}