Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1b4b3d;
}
.maturity {
color: #3d7b70;
}
.shylock {
color: #5bb3a2;
}
.algae-green {
color: #90e4b2;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--brunswick-green:#1b4b3d;
--maturity:#3d7b70;
--shylock:#5bb3a2;
--algae-green:#90e4b2;
--hollandaise:#ffec3d;
}