Skip to content

Instantly share code, notes, and snippets.

@thewarpaint
Created June 18, 2019 21:44
Show Gist options
  • Save thewarpaint/e2a5ac9c4b690ab9d32aa287ee1db9ae to your computer and use it in GitHub Desktop.
Save thewarpaint/e2a5ac9c4b690ab9d32aa287ee1db9ae to your computer and use it in GitHub Desktop.
Rainbow flag!
/* Pastel shades of: red, orange, yellow, green, blue and purple */
.rainbow-flag {
background: linear-gradient(180deg, #f28560, #f28560 16.67%,
#f2b560 16.67%, #f2b560 33.33%,
#f2cd60 33.33%, #f2cd60 50%,
#56d88c 50%, #56d88c 66.67%,
#60c1f2 66.67%, #60c1f2 83.33%,
#bd93d8 83.33%, #bd93d8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment