Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-tower {
color: #a6e2cf;
}
.jolly-jade {
color: #76d0c0;
}
.crystalsong-blue {
color: #4db1b3;
}
.sea-fantasy {
color: #1f9898;
}
.deep-peacock-blue {
color: #009485;
}
/* CSS Variables */
:root {
--turquoise-tower:#a6e2cf;
--jolly-jade:#76d0c0;
--crystalsong-blue:#4db1b3;
--sea-fantasy:#1f9898;
--deep-peacock-blue:#009485;
}