Color names in this palette
CSS code for this palette
/* CSS */
.black-soap {
color: #1e433c;
}
.old-money {
color: #2a5b52;
}
.winter-green {
color: #4a8c7e;
}
.refresh {
color: #a1d3c8;
}
.aquarelle-green {
color: #e2f3e6;
}
/* CSS Variables */
:root {
--black-soap:#1e433c;
--old-money:#2a5b52;
--winter-green:#4a8c7e;
--refresh:#a1d3c8;
--aquarelle-green:#e2f3e6;
}