Color names in this palette
CSS code for this palette
/* CSS */
.grand-rapids {
color: #36737d;
}
.crisp-lettuce {
color: #4c9a8a;
}
.pool-blue {
color: #65c3b0;
}
.aqua-wish {
color: #a2e7d3;
}
.milk-glass {
color: #f9f6f1;
}
/* CSS Variables */
:root {
--grand-rapids:#36737d;
--crisp-lettuce:#4c9a8a;
--pool-blue:#65c3b0;
--aqua-wish:#a2e7d3;
--milk-glass:#f9f6f1;
}