Color names in this palette
CSS code for this palette
/* CSS */
.hippie-blue {
color: #4b8b9b;
}
.t-bird-turquoise {
color: #6ebfaf;
}
.aqua-wish {
color: #a2e6d3;
}
.venetian-yellow {
color: #f7e3a1;
}
.orange-clay {
color: #e7a67e;
}
/* CSS Variables */
:root {
--hippie-blue:#4b8b9b;
--t-bird-turquoise:#6ebfaf;
--aqua-wish:#a2e6d3;
--venetian-yellow:#f7e3a1;
--orange-clay:#e7a67e;
}