Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.aquarium {
color: #3a6c6e;
}
.artesian-well {
color: #5db1b0;
}
.shallow-shoal {
color: #9fd6d5;
}
.naturale {
color: #f1dfd0;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--aquarium:#3a6c6e;
--artesian-well:#5db1b0;
--shallow-shoal:#9fd6d5;
--naturale:#f1dfd0;
}