Color names in this palette
CSS code for this palette
/* CSS */
.mirage-lake {
color: #4c908f;
}
.shallow-shoal {
color: #9fd6d5;
}
.warming-peach {
color: #e3b7a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.hot-shot {
color: #e94a2b;
}
/* CSS Variables */
:root {
--mirage-lake:#4c908f;
--shallow-shoal:#9fd6d5;
--warming-peach:#e3b7a1;
--creamy-sweet-corn:#f9c54e;
--hot-shot:#e94a2b;
}