Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1a90ad;
}
.vegan {
color: #1dbf89;
}
.biohazard-suit {
color: #fbf84b;
}
.mango-tango {
color: #ff7e3d;
}
.highlighter-red {
color: #ef4d5a;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1a90ad;
--vegan:#1dbf89;
--biohazard-suit:#fbf84b;
--mango-tango:#ff7e3d;
--highlighter-red:#ef4d5a;
}