Color names in this palette
CSS code for this palette
/* CSS */
.mirage-lake {
color: #4b918d;
}
.fiesta-blue {
color: #6dc0b4;
}
.aqua-wish {
color: #a1e3cf;
}
.rising-star {
color: #f3f7d4;
}
.fresh-cantaloupe {
color: #ff9c6b;
}
/* CSS Variables */
:root {
--mirage-lake:#4b918d;
--fiesta-blue:#6dc0b4;
--aqua-wish:#a1e3cf;
--rising-star:#f3f7d4;
--fresh-cantaloupe:#ff9c6b;
}