Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2b8c8c;
}
.crystalsong-blue {
color: #4eb7b7;
}
.aruba-blue {
color: #80d6d6;
}
.french-vanilla {
color: #f1e2a7;
}
.carrot-orange {
color: #f28b1c;
}
/* CSS Variables */
:root {
--taos-turquoise:#2b8c8c;
--crystalsong-blue:#4eb7b7;
--aruba-blue:#80d6d6;
--french-vanilla:#f1e2a7;
--carrot-orange:#f28b1c;
}