Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.emerald-wave {
color: #50b4a2;
}
.sparkling-mint {
color: #a3e0d1;
}
.wind-chill {
color: #f0f4f0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--emerald-wave:#50b4a2;
--sparkling-mint:#a3e0d1;
--wind-chill:#f0f4f0;
--creamy-sweet-corn:#f9c54e;
}