Color names in this palette
CSS code for this palette
/* CSS */
.slime-lime {
color: #b7f5c7;
}
.reef-green {
color: #a1e3c7;
}
.medium-turquoise {
color: #4dd5d1;
}
.summer-sky {
color: #38b7e5;
}
.bleu-de-france {
color: #2a87e5;
}
/* CSS Variables */
:root {
--slime-lime:#b7f5c7;
--reef-green:#a1e3c7;
--medium-turquoise:#4dd5d1;
--summer-sky:#38b7e5;
--bleu-de-france:#2a87e5;
}