Color names in this palette
CSS code for this palette
/* CSS */
.aqua-pura {
color: #dcf4f1;
}
.ice-crystal-blue {
color: #a6e2df;
}
.throat-chakra {
color: #6ed4d2;
}
.message-green {
color: #3ab6b0;
}
.tropical-hideaway {
color: #18a59e;
}
/* CSS Variables */
:root {
--aqua-pura:#dcf4f1;
--ice-crystal-blue:#a6e2df;
--throat-chakra:#6ed4d2;
--message-green:#3ab6b0;
--tropical-hideaway:#18a59e;
}