Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2e3b4d;
}
.winter-shadow {
color: #506b7c;
}
.tranquil-aqua {
color: #7b9ba3;
}
.ocean-eyes {
color: #a8c8d1;
}
.bone-chilling {
color: #e3f2f0;
}
/* CSS Variables */
:root {
--blue-fantastic:#2e3b4d;
--winter-shadow:#506b7c;
--tranquil-aqua:#7b9ba3;
--ocean-eyes:#a8c8d1;
--bone-chilling:#e3f2f0;
}