Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-turquoise {
color: #a1d3d0;
}
.luna-moona {
color: #6fc1c3;
}
.tropical-escape {
color: #4cb8b2;
}
.azure-tide {
color: #2a9d90;
}
.tropical-green {
color: #1a7a70;
}
/* CSS Variables */
:root {
--touch-of-turquoise:#a1d3d0;
--luna-moona:#6fc1c3;
--tropical-escape:#4cb8b2;
--azure-tide:#2a9d90;
--tropical-green:#1a7a70;
}