Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.north-sea {
color: #2c6c6d;
}
.florida-keys {
color: #5cbcac;
}
.island-paradise {
color: #8ce2e3;
}
.lynx-white {
color: #f6f9f7;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--north-sea:#2c6c6d;
--florida-keys:#5cbcac;
--island-paradise:#8ce2e3;
--lynx-white:#f6f9f7;
}