Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a3e6e0;
}
.throat-chakra {
color: #6dd5d1;
}
.marlin-green {
color: #3da2a4;
}
.jade-jewel {
color: #207c7e;
}
.port-malmesbury {
color: #0e4b4e;
}
/* CSS Variables */
:root {
--everest:#a3e6e0;
--throat-chakra:#6dd5d1;
--marlin-green:#3da2a4;
--jade-jewel:#207c7e;
--port-malmesbury:#0e4b4e;
}