Color names in this palette
CSS code for this palette
/* CSS */
.mirage-lake {
color: #4c908f;
}
.turkish-teal {
color: #6fc8c1;
}
.coral-green {
color: #aae4d0;
}
.yippie-ya-yellow {
color: #f4f7a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--mirage-lake:#4c908f;
--turkish-teal:#6fc8c1;
--coral-green:#aae4d0;
--yippie-ya-yellow:#f4f7a1;
--creamy-sweet-corn:#f9c54e;
}