Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.waterfall {
color: #3db89f;
}
.ocean-in-a-bowl {
color: #6be1c1;
}
.botanical-tint {
color: #a5e3d5;
}
.peaceful-rain {
color: #f1f9f5;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--waterfall:#3db89f;
--ocean-in-a-bowl:#6be1c1;
--botanical-tint:#a5e3d5;
--peaceful-rain:#f1f9f5;
}