Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1f4c3c;
}
.jericho-jade {
color: #4f8c7e;
}
.seaborn {
color: #86c1b4;
}
.jade-spell {
color: #c4e3d7;
}
.distant-horizon {
color: #f0faf9;
}
/* CSS Variables */
:root {
--brunswick-green:#1f4c3c;
--jericho-jade:#4f8c7e;
--seaborn:#86c1b4;
--jade-spell:#c4e3d7;
--distant-horizon:#f0faf9;
}