Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.blue-hosta {
color: #2b6e6d;
}
.tropical-escape {
color: #49b6b1;
}
.isle-royale {
color: #7dd8d1;
}
.waterspout {
color: #a0f3f3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--blue-hosta:#2b6e6d;
--tropical-escape:#49b6b1;
--isle-royale:#7dd8d1;
--waterspout:#a0f3f3;
}