Color names in this palette
CSS code for this palette
/* CSS */
.first-post {
color: #34b7a1;
}
.mint-jelly {
color: #40d4a2;
}
.onsen {
color: #5be6ba;
}
.bright-sea-green {
color: #9fe5be;
}
.minty-fresh {
color: #d4f2e6;
}
/* CSS Variables */
:root {
--first-post:#34b7a1;
--mint-jelly:#40d4a2;
--onsen:#5be6ba;
--bright-sea-green:#9fe5be;
--minty-fresh:#d4f2e6;
}