Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a1c2e3;
}
.stone-blue {
color: #809ca3;
}
.technical-blue {
color: #5a7e8c;
}
.inlet-harbor {
color: #3f5c6e;
}
.blue-fantastic {
color: #2b3b50;
}
/* CSS Variables */
:root {
--blair:#a1c2e3;
--stone-blue:#809ca3;
--technical-blue:#5a7e8c;
--inlet-harbor:#3f5c6e;
--blue-fantastic:#2b3b50;
}