Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.north-sea {
color: #2f6a6a;
}
.montego-bay {
color: #3db8b8;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--north-sea:#2f6a6a;
--montego-bay:#3db8b8;
--ice-crystal-blue:#a5e3e0;
--maximum-yellow-red:#f1b74b;
}