CSS code for this palette
/* CSS */
.nordic {
color: #1c3b3b;
}
.north-sea {
color: #2e6b6b;
}
.crystalsong-blue {
color: #4cb8b8;
}
.opal {
color: #ade1e1;
}
.popcorn {
color: #f9d37b;
}
/* CSS Variables */
:root {
--nordic:#1c3b3b;
--north-sea:#2e6b6b;
--crystalsong-blue:#4cb8b8;
--opal:#ade1e1;
--popcorn:#f9d37b;
}