Color names in this palette
CSS code for this palette
/* CSS */
.grand-rapids {
color: #36737d;
}
.lagoon {
color: #4b9b8e;
}
.monte-carlo {
color: #7bc1b8;
}
.fair-aqua {
color: #b7e1d8;
}
.chef-s-hat {
color: #f1f8f5;
}
/* CSS Variables */
:root {
--grand-rapids:#36737d;
--lagoon:#4b9b8e;
--monte-carlo:#7bc1b8;
--fair-aqua:#b7e1d8;
--chef-s-hat:#f1f8f5;
}