Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1a3a3d;
}
.lakelike {
color: #2e6c70;
}
.blue-racer {
color: #4aa5a4;
}
.blue-crystal-landscape {
color: #73e7e5;
}
.waterspout {
color: #a3f5f3;
}
/* CSS Variables */
:root {
--nordic:#1a3a3d;
--lakelike:#2e6c70;
--blue-racer:#4aa5a4;
--blue-crystal-landscape:#73e7e5;
--waterspout:#a3f5f3;
}