Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.lacrosse {
color: #2f5a5b;
}
.crystalsong-blue {
color: #50b4b4;
}
.andes-sky {
color: #79e2d9;
}
.waterspout {
color: #a1f7f3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--lacrosse:#2f5a5b;
--crystalsong-blue:#50b4b4;
--andes-sky:#79e2d9;
--waterspout:#a1f7f3;
}