Skip to content

Instantly share code, notes, and snippets.

@raphaelgoetter
Last active April 18, 2021 19:43
Show Gist options
  • Save raphaelgoetter/daa255fc708d79998e4ff9cd134df9c7 to your computer and use it in GitHub Desktop.
Save raphaelgoetter/daa255fc708d79998e4ff9cd134df9c7 to your computer and use it in GitHub Desktop.
Pastel CSS named colors
.pastel-colors {
background: powderblue;
background: pink;
background: darkseagreen;
background: ivory;
background: peachpuff;
background: rosybrown;
background: thistle;
background: lightsteelblue;
background: bisque;
background: gainsboro;
background: lavender;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment