Last active
April 18, 2021 19:43
-
-
Save raphaelgoetter/daa255fc708d79998e4ff9cd134df9c7 to your computer and use it in GitHub Desktop.
Pastel CSS named colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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