Color names in this palette
CSS code for this palette
/* CSS */
.mineral-blue {
color: #6a908e;
}
.apatite-blue {
color: #2f7f7c;
}
.crisp-lettuce {
color: #4c9a89;
}
.lattice-work {
color: #bae3c3;
}
.cheddar-corn {
color: #f6d4b6;
}
/* CSS Variables */
:root {
--mineral-blue:#6a908e;
--apatite-blue:#2f7f7c;
--crisp-lettuce:#4c9a89;
--lattice-work:#bae3c3;
--cheddar-corn:#f6d4b6;
}