Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5f9b7f;
}
.wingsuit-wind {
color: #b7d7d1;
}
.pink-pandora {
color: #e1c6c8;
}
.flirty-salmon {
color: #ff706b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--memphis-green:#5f9b7f;
--wingsuit-wind:#b7d7d1;
--pink-pandora:#e1c6c8;
--flirty-salmon:#ff706b;
--creamy-sweet-corn:#f9c54e;
}