Color names in this palette
CSS code for this palette
/* CSS */
.cape-lee {
color: #4c848a;
}
.morning-green {
color: #8db9b3;
}
.swimming {
color: #c2e5e5;
}
.applemint-soda {
color: #f2f6ea;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--cape-lee:#4c848a;
--morning-green:#8db9b3;
--swimming:#c2e5e5;
--applemint-soda:#f2f6ea;
--mystic-tulip:#f7b7a1;
}