Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3e3b;
}
.winter-green {
color: #4b8b7a;
}
.light-capri-green {
color: #8ed2c3;
}
.icy-lemonade {
color: #f4e8b3;
}
.gemini-mustard-momento {
color: #f9a34e;
}
/* CSS Variables */
:root {
--nordic:#1e3e3b;
--winter-green:#4b8b7a;
--light-capri-green:#8ed2c3;
--icy-lemonade:#f4e8b3;
--gemini-mustard-momento:#f9a34e;
}