Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.coastline-blue {
color: #4a9aba;
}
.turkish-stone {
color: #2c7c8c;
}
.moonlit-pool {
color: #1c5c5e;
}
.firmament-blue {
color: #0f393e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--coastline-blue:#4a9aba;
--turkish-stone:#2c7c8c;
--moonlit-pool:#1c5c5e;
--firmament-blue:#0f393e;
}