Color names in this palette
CSS code for this palette
/* CSS */
.miami-jade {
color: #1a8e7d;
}
.mountain-lake-azure {
color: #4cb8a4;
}
.clean-green {
color: #90e4c7;
}
.calcium {
color: #f1f4e7;
}
.biscuit-cream {
color: #f8c9b4;
}
/* CSS Variables */
:root {
--miami-jade:#1a8e7d;
--mountain-lake-azure:#4cb8a4;
--clean-green:#90e4c7;
--calcium:#f1f4e7;
--biscuit-cream:#f8c9b4;
}