Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2a8d8d;
}
.crystalsong-blue {
color: #4eb7b7;
}
.blue-crystal-landscape {
color: #6ce4e4;
}
.freezy-breezy {
color: #98f0f0;
}
.aphrodite-s-pearls {
color: #ebfffe;
}
/* CSS Variables */
:root {
--taos-turquoise:#2a8d8d;
--crystalsong-blue:#4eb7b7;
--blue-crystal-landscape:#6ce4e4;
--freezy-breezy:#98f0f0;
--aphrodite-s-pearls:#ebfffe;
}