Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.night-market {
color: #4c5d76;
}
.berwick-berry {
color: #6d80a2;
}
.echo-isles-water {
color: #92b4d9;
}
.blue-rice {
color: #b2d6f0;
}
/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--night-market:#4c5d76;
--berwick-berry:#6d80a2;
--echo-isles-water:#92b4d9;
--blue-rice:#b2d6f0;
}