Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.bianchi-green {
color: #40c9c5;
}
.jazzy-jade {
color: #56e1d1;
}
.icery {
color: #a5f8e2;
}
.melting-glacier {
color: #e7f9f5;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--bianchi-green:#40c9c5;
--jazzy-jade:#56e1d1;
--icery:#a5f8e2;
--melting-glacier:#e7f9f5;
}