Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1c3f5a;
}
.coelin-blue {
color: #497c92;
}
.open-seas {
color: #87b0ba;
}
.dante-peak {
color: #b2d4d7;
}
.chantilly-lace {
color: #f1e2df;
}
/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--coelin-blue:#497c92;
--open-seas:#87b0ba;
--dante-peak:#b2d4d7;
--chantilly-lace:#f1e2df;
}