Color names in this palette
CSS code for this palette
/* CSS */
.hiroshima-aquamarine {
color: #80ffd4;
}
.hammam-blue {
color: #5ddfd6;
}
.sea-serpent {
color: #40c5d4;
}
.tropical-lagoon {
color: #1f9cb2;
}
.tropical-waters {
color: #007b80;
}
/* CSS Variables */
:root {
--hiroshima-aquamarine:#80ffd4;
--hammam-blue:#5ddfd6;
--sea-serpent:#40c5d4;
--tropical-lagoon:#1f9cb2;
--tropical-waters:#007b80;
}