项目作者: nishantpainter

项目描述 :
🎨 Tricolor background patterns created using CSS linear and radial gradients.
高级语言: CSS
项目地址: git://github.com/nishantpainter/made-in-india-css.git
创建时间: 2020-08-13T03:13:56Z
项目社区:https://github.com/nishantpainter/made-in-india-css

开源协议:MIT License

下载


Made in India CSS

Made in India CSS is a collection of 15 distinct background patterns generated using linear and radial CSS gradients.
You can use these tricolor gradient patterns in building your website or web application by importing the made-in-india css file and using various class.

<link href="css/made-in-india.css" rel="stylesheet" />

<div class='.india-stripe'></div>

Classes

Made in India CSS offers 15 patterns with classes as follows :

  1. .india-linear
  2. .india-stripe
  3. .india-spiral
  4. .india-line
  5. .india-square
  6. .india-block
  7. .india-diamond
  8. .india-cut
  9. .india-ring
  10. .india-bubble
  11. .india-wave
  12. .india-cup
  13. .india-dot
  14. .india-net
  15. .india-flower

Colors

Made in India CSS make use of color variables in CSS. The default colors are as follows :

  1. --orange: #f09732;
  2. --blue: #173187;
  3. --green: #49890e;
  4. --white: #ffffff;
  5. --orange-alpha-50: rgba(240, 151, 50, 0.5);
  6. --blue-alpha-50: rgba(23, 49, 135, 0.5);
  7. --green-alpha-50: rgba(73, 137, 14, 0.5);

Default Colors

You can tweak these colors to make it match with your application of use.

  1. --orange: #173f5f;
  2. --blue: #3caea3;
  3. --green: #f6d55c;

Colors