Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.lucky-shamrock {
color: #4a7c7d;
}
.kingfisher-turquoise {
color: #7fb8b6;
}
.cold-wave {
color: #c4e3e3;
}
.mint-cream {
color: #f1fefb;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--lucky-shamrock:#4a7c7d;
--kingfisher-turquoise:#7fb8b6;
--cold-wave:#c4e3e3;
--mint-cream:#f1fefb;
}