Color names in this palette
CSS code for this palette
/* CSS */
.verdigris {
color: #4ab0ae;
}
.throat-chakra {
color: #6bd0d1;
}
.everest {
color: #a3e6e5;
}
.australian-mint {
color: #f2f5a8;
}
.carrot {
color: #ff6e3d;
}
/* CSS Variables */
:root {
--verdigris:#4ab0ae;
--throat-chakra:#6bd0d1;
--everest:#a3e6e5;
--australian-mint:#f2f5a8;
--carrot:#ff6e3d;
}