CSS question about unordered lists

Hi, Can someone tell me the correct CSS to create an unordered list with specific margins and text color?

Thank you


ul {
   margin: 1em 2em 3em 4em;
   color: red;
}