Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.iridescent {
color: #3b5954;
}
.tropic-turquoise {
color: #69b5a3;
}
.sea-glass-teal {
color: #a1e3d8;
}
.yippie-ya-yellow {
color: #f9f19f;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--iridescent:#3b5954;
--tropic-turquoise:#69b5a3;
--sea-glass-teal:#a1e3d8;
--yippie-ya-yellow:#f9f19f;
}