Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.broom-butterfly-blue {
color: #6fb6d8;
}
.heritage-blue {
color: #4e94b7;
}
.blue-dart-frog {
color: #3a7d9c;
}
.nautical-creatures {
color: #2a5b7e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--broom-butterfly-blue:#6fb6d8;
--heritage-blue:#4e94b7;
--blue-dart-frog:#3a7d9c;
--nautical-creatures:#2a5b7e;
}