Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d8e7;
}
.dolphin {
color: #88c5d8;
}
.delicate-girl-blue {
color: #6cafc6;
}
.sports-blue {
color: #3999b1;
}
.by-the-bayou {
color: #007c8f;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d8e7;
--dolphin:#88c5d8;
--delicate-girl-blue:#6cafc6;
--sports-blue:#3999b1;
--by-the-bayou:#007c8f;
}