Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.tandayapa-cloud-forest {
color: #497472;
}
.salt-blue {
color: #7b9d9b;
}
.wave-top {
color: #b2d7d1;
}
.distant-horizon {
color: #f0f9f8;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--tandayapa-cloud-forest:#497472;
--salt-blue:#7b9d9b;
--wave-top:#b2d7d1;
--distant-horizon:#f0f9f8;
}