Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.lucky-shamrock {
color: #4b7c7c;
}
.venice-escape {
color: #77b1b1;
}
.seascape-green {
color: #b3e5e6;
}
.calm-waters {
color: #e8f8f8;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--lucky-shamrock:#4b7c7c;
--venice-escape:#77b1b1;
--seascape-green:#b3e5e6;
--calm-waters:#e8f8f8;
}