Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.emerald-wave {
color: #50b4a2;
}
.lolly-ice {
color: #a4dad2;
}
.blushed-cotton {
color: #f0e0d1;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--emerald-wave:#50b4a2;
--lolly-ice:#a4dad2;
--blushed-cotton:#f0e0d1;
--blue-angels-yellow:#fab700;
}