Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.lucky-shamrock {
color: #4b7c7c;
}
.kingfisher-turquoise {
color: #7ab8b5;
}
.wingsuit-wind {
color: #bdd3d6;
}
.distant-horizon {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--lucky-shamrock:#4b7c7c;
--kingfisher-turquoise:#7ab8b5;
--wingsuit-wind:#bdd3d6;
--distant-horizon:#f1f7f8;
}