Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d7d0;
}
.tropic-turquoise {
color: #66b2a4;
}
.petrol-green {
color: #4f9c8b;
}
.sh-i-c-o-l-green {
color: #3e7e6c;
}
.old-money {
color: #2b5a4c;
}
/* CSS Variables */
:root {
--sinbad:#a7d7d0;
--tropic-turquoise:#66b2a4;
--petrol-green:#4f9c8b;
--sh-i-c-o-l-green:#3e7e6c;
--old-money:#2b5a4c;
}