Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.mint-majesty {
color: #7fd2c3;
}
.tropical-tide {
color: #5dc6b1;
}
.pure-cyan {
color: #3cbea2;
}
.mermaid-song {
color: #1fad8a;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--mint-majesty:#7fd2c3;
--tropical-tide:#5dc6b1;
--pure-cyan:#3cbea2;
--mermaid-song:#1fad8a;
}