Color names in this palette
CSS code for this palette
/* CSS */
.meadow-blossom-blue {
color: #7db2d4;
}
.blue-grotto {
color: #4ca3c8;
}
.valley-of-glaciers {
color: #2a7b98;
}
.bright-nautilus {
color: #1e5867;
}
.iron-teal {
color: #0d4a54;
}
/* CSS Variables */
:root {
--meadow-blossom-blue:#7db2d4;
--blue-grotto:#4ca3c8;
--valley-of-glaciers:#2a7b98;
--bright-nautilus:#1e5867;
--iron-teal:#0d4a54;
}