Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1b4b3d;
}
.saltwater-depth {
color: #4f8c6d;
}
.enchanted-emerald {
color: #7dd8a0;
}
.moody-mist {
color: #cae2d7;
}
.heavy-sugar {
color: #f1f5f0;
}
/* CSS Variables */
:root {
--brunswick-green:#1b4b3d;
--saltwater-depth:#4f8c6d;
--enchanted-emerald:#7dd8a0;
--moody-mist:#cae2d7;
--heavy-sugar:#f1f5f0;
}