Color names in this palette
CSS code for this palette
/* CSS */
.turkish-stone {
color: #2b7a91;
}
.jolt-of-jade {
color: #4cb8a0;
}
.fresco-green {
color: #7dd8af;
}
.minty-fresh {
color: #d5f1e8;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--turkish-stone:#2b7a91;
--jolt-of-jade:#4cb8a0;
--fresco-green:#7dd8af;
--minty-fresh:#d5f1e8;
--n-rang-orange:#ff8052;
}