Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.ponderosa-pine {
color: #2a4b4c;
}
.privet-hedge {
color: #5c8a7d;
}
.hellion-green {
color: #8cc5b0;
}
.bone-white {
color: #f2e2b0;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--ponderosa-pine:#2a4b4c;
--privet-hedge:#5c8a7d;
--hellion-green:#8cc5b0;
--bone-white:#f2e2b0;
}