Color names in this palette
CSS code for this palette
/* CSS */
.elm {
color: #2a7976;
}
.treasured-teal {
color: #4ec1b7;
}
.aqua-wish {
color: #a3e1d2;
}
.majestic-treasures {
color: #f1e7a2;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--elm:#2a7976;
--treasured-teal:#4ec1b7;
--aqua-wish:#a3e1d2;
--majestic-treasures:#f1e7a2;
--sunshine-mellow:#f1c40e;
}