Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a0d8e9;
}
.squeaky {
color: #6bc3d6;
}
.moonstone {
color: #3da5bd;
}
.by-the-bayou {
color: #007c8f;
}
.midnight-green {
color: #004852;
}
/* CSS Variables */
:root {
--nevada-sky:#a0d8e9;
--squeaky:#6bc3d6;
--moonstone:#3da5bd;
--by-the-bayou:#007c8f;
--midnight-green:#004852;
}