Skip to content

Instantly share code, notes, and snippets.

@joaocampinhos
Last active January 10, 2017 19:32
Show Gist options
  • Save joaocampinhos/77c79ec0b08fa0f0183e466ebc172bcb to your computer and use it in GitHub Desktop.
Save joaocampinhos/77c79ec0b08fa0f0183e466ebc172bcb to your computer and use it in GitHub Desktop.
Ways to define a color
element {
background-color: RebeccaPurple;
background-color: #663399;
background-color: #639;
background-color: rgb(102,51,153);
background-color: hsl(270,50%,40%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment