Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.capture {
color: #2fb1a2;
}
.peppy-peacock {
color: #4cd6b4;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.bakery-box {
color: #eff5f4;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--capture:#2fb1a2;
--peppy-peacock:#4cd6b4;
--ice-crystal-blue:#a8e1e0;
--bakery-box:#eff5f4;
}