Color names in this palette
CSS code for this palette
/* CSS */
.turquoise {
color: #00c7a6;
}
.flamboyant-teal {
color: #1d9a8a;
}
.myrtle-green {
color: #307e73;
}
.kale-green {
color: #4a6d58;
}
.wave-top {
color: #b1d8d1;
}
/* CSS Variables */
:root {
--turquoise:#00c7a6;
--flamboyant-teal:#1d9a8a;
--myrtle-green:#307e73;
--kale-green:#4a6d58;
--wave-top:#b1d8d1;
}