Color names in this palette
CSS code for this palette
/* CSS */
.dragonfly {
color: #2e4c76;
}
.boat-house {
color: #4a8bba;
}
.surfin {
color: #6ec1d4;
}
.alaskan-wind {
color: #b9e1e9;
}
.whitest-white {
color: #f8f8f6;
}
/* CSS Variables */
:root {
--dragonfly:#2e4c76;
--boat-house:#4a8bba;
--surfin:#6ec1d4;
--alaskan-wind:#b9e1e9;
--whitest-white:#f8f8f6;
}