Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.sinkhole {
color: #4b6f72;
}
.sinbad {
color: #a7d7d3;
}
.fake-blonde {
color: #f0e3c1;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sinkhole:#4b6f72;
--sinbad:#a7d7d3;
--fake-blonde:#f0e3c1;
--blue-angels-yellow:#fab700;
}