Color names in this palette
CSS code for this palette
/* CSS */
.sotek-green {
color: #4a7c8c;
}
.flotation {
color: #79b2b9;
}
.sinbad {
color: #a4d6d1;
}
.pink-abalone {
color: #e8b5a1;
}
.bite-my-tongue {
color: #d37d73;
}
/* CSS Variables */
:root {
--sotek-green:#4a7c8c;
--flotation:#79b2b9;
--sinbad:#a4d6d1;
--pink-abalone:#e8b5a1;
--bite-my-tongue:#d37d73;
}