Chorke Color Scheme: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
}
}
</syntaxhighlight>
</syntaxhighlight>
== Collection of Green Banner  ==
[[Chorke banner like TP-Link.jpg|Chorke banner like TP-Link]]
<gallery>
Chorke banner like TP-Link.jpg|Chorke banner like TP-Link.
</gallery>

Revision as of 09:32, 15 December 2017

Reference site

Chorke Color Scheme is one of the important most factor. We love green and it's variation

  1. Gradient Button
  2. IBBL Banner
  3. Download Button
  4. Download Now
  5. Download Button & Banner
  6. LaTex Theme
  7. Angle Matcolors
  8. Gradient Generator

Collection of Green Gradient

From www.bitbybitblog.com

 .cki-banner-bg {
    top: 5px;
    width: 100%;
    height: 100px;
    background: #1B6B5B;
    /* background-color: #000000; */
    /* background-color: #0CBE88; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33A26A', endColorstr='#1B6B5B');
    background: -webkit-gradient(linear, left top, left bottom, from(#33A26A), to(#1B6B5B));
    background: -moz-linear-gradient(top, #33A26A, #1B6B5B);
}

Collection of Green Banner

Chorke banner like TP-Link