Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.empress-envy {
color: #2a9b9d;
}
.peacock-plume {
color: #1f6f6e;
}
.port-malmesbury {
color: #134e4e;
}
.black-box {
color: #0d2b2b;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--empress-envy:#2a9b9d;
--peacock-plume:#1f6f6e;
--port-malmesbury:#134e4e;
--black-box:#0d2b2b;
}