Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2b42;
}
.naval-blue {
color: #39496a;
}
.arrowhead-lake {
color: #5b708b;
}
.lavender-lustre {
color: #8c9fc0;
}
.promise-keeping {
color: #b0c9e8;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2b42;
--naval-blue:#39496a;
--arrowhead-lake:#5b708b;
--lavender-lustre:#8c9fc0;
--promise-keeping:#b0c9e8;
}