Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-calypso {
color: #5ba7b9;
}
.turkish-stone {
color: #2b7a91;
}
.hidden-waters {
color: #1f4f5b;
}
.firmament-blue {
color: #0f3743;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-calypso:#5ba7b9;
--turkish-stone:#2b7a91;
--hidden-waters:#1f4f5b;
--firmament-blue:#0f3743;
}