Skip to content

Instantly share code, notes, and snippets.

@emrysr
Created February 16, 2023 16:48
Show Gist options
  • Select an option

  • Save emrysr/04bd0768e73addedc8e690ae26be0cfb to your computer and use it in GitHub Desktop.

Select an option

Save emrysr/04bd0768e73addedc8e690ae26be0cfb to your computer and use it in GitHub Desktop.
sweeeet rainbow stripes background
/* SWEEEET RAINBOW STRIPES BACKGROUND */
background: repeating-linear-gradient(
135deg,
#d50000,
#d50000 20px,
#c51162 20px,
#c51162 40px,
#aa00ff 40px,
#aa00ff 60px,
#6200ea 60px,
#6200ea 80px,
#304ffe 80px,
#304ffe 100px,
#2962ff 100px,
#2962ff 120px,
#0091ea 120px,
#0091ea 140px,
#00b8d4 140px,
#00b8d4 160px,
#00bfa5 160px,
#00bfa5 180px,
#00c853 180px,
#00c853 200px,
#64dd17 200px,
#64dd17 220px,
#aeea00 220px,
#aeea00 240px,
#ffd600 240px,
#ffd600 260px,
#ffab00 260px,
#ffab00 280px,
#ff6d00 280px,
#ff6d00 300px,
#dd2c00 300px,
#dd2c00 320px
);
/* thanks Shounak -> https://codepen.io/dasshounak/pen/xxEYOEM
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment