Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.winter-green {
color: #4b8b7a;
}
.beau-monde {
color: #79b4a1;
}
.botanical-tint {
color: #a7e2d4;
}
.chef-s-hat {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--winter-green:#4b8b7a;
--beau-monde:#79b4a1;
--botanical-tint:#a7e2d4;
--chef-s-hat:#f2f8f5;
}