Color names in this palette
CSS code for this palette
/* CSS */
.corrosion-green {
color: #4c9e8b;
}
.mountain-lake-green {
color: #75b89a;
}
.frugal {
color: #a3d7b1;
}
.tamale-maize {
color: #f6e7b6;
}
.shrimp-toast {
color: #f9c69f;
}
/* CSS Variables */
:root {
--corrosion-green:#4c9e8b;
--mountain-lake-green:#75b89a;
--frugal:#a3d7b1;
--tamale-maize:#f6e7b6;
--shrimp-toast:#f9c69f;
}