Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #194d3d;
}
.saltwater-depth {
color: #4f8c6c;
}
.shockwave {
color: #75c7b9;
}
.aquatint {
color: #b5e8db;
}
.chef-s-hat {
color: #f3f6f6;
}
/* CSS Variables */
:root {
--brunswick-green:#194d3d;
--saltwater-depth:#4f8c6c;
--shockwave:#75c7b9;
--aquatint:#b5e8db;
--chef-s-hat:#f3f6f6;
}