Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #161927;
}
.harpoon {
color: #2a3a4c;
}
.winter-shadow {
color: #4f6a7d;
}
.bobby-blue {
color: #97c8d8;
}
.bone-chilling {
color: #e3f2f1;
}
/* CSS Variables */
:root {
--coarse-wool:#161927;
--harpoon:#2a3a4c;
--winter-shadow:#4f6a7d;
--bobby-blue:#97c8d8;
--bone-chilling:#e3f2f1;
}