Color names in this palette
CSS code for this palette
/* CSS */
.emerald-pool {
color: #1a5e60;
}
.modal-blue {
color: #3da7a9;
}
.throat-chakra {
color: #6cd0cf;
}
.everest {
color: #a3e6e1;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--emerald-pool:#1a5e60;
--modal-blue:#3da7a9;
--throat-chakra:#6cd0cf;
--everest:#a3e6e1;
--anti-flash-white:#f0f5f5;
}