Color names in this palette
CSS code for this palette
/* CSS */
.french-fuchsia {
color: #ff3d8e;
}
.orange-soda {
color: #ff5e3d;
}
.orange-pop {
color: #ffbb3d;
}
.move-mint {
color: #3dffc2;
}
.emerald-ice-palace {
color: #3dff7e;
}
/* CSS Variables */
:root {
--french-fuchsia:#ff3d8e;
--orange-soda:#ff5e3d;
--orange-pop:#ffbb3d;
--move-mint:#3dffc2;
--emerald-ice-palace:#3dff7e;
}