Skip to content

Commit df6a0f4

Browse files
committed
Added and Popped Gradients
1 parent 9f5b40a commit df6a0f4

File tree

6 files changed

+35
-4
lines changed

6 files changed

+35
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[![coolHue](https://webkul.com/blog/wp-content/uploads/2017/06/coolhue-logo.png)](https://webkul.github.io/coolhue/)
33
# coolHue
4-
Coolest handpicked Gradient Hues and Swatches for your next super ⚡ amazing stuff. coolHue has 30 coolest Gradients and :seedling: the list is still growing. You can also personalize the coolHue Palette as per as your taste.
4+
Coolest handpicked Gradient Hues and Swatches for your next super ⚡ amazing stuff. coolHue has 60 coolest Gradients and :seedling: the list is still growing. You can also personalize the coolHue Palette as per as your taste.
55

66
[![coolHue](https://webkul.com/blog/wp-content/uploads/2017/06/coolhue-card.png)](https://webkul.github.io/coolhue/)
77

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coolhue",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"homepage": "https://webkul.github.io/coolhue/",
55
"authors": [
66
"Nitish Kumar <[email protected]>"

distro/coolHue.sketch

522 KB
Binary file not shown.

distro/ps_coolHue.grd

20.3 KB
Binary file not shown.

index.html

+32-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,37 @@ <h1 class="ch-logo" title="coolhue">coolHue - Color Swatch and Palette</h1>
5353
["#FDD819", "#E80505"],
5454
["#FFF3B0", "#CA26FF"],
5555
["#FFF5C3", "#9452A5"],
56-
["#F05F57", "#360940"]
56+
["#F05F57", "#360940"],
57+
["#2AFADF", "#4C83FF"],
58+
["#FFF886", "#F072B6"],
59+
["#97ABFF", "#123597"],
60+
["#F5CBFF", "#C346C2"],
61+
["#FFF720", "#3CD500"],
62+
["#FF6FD8", "#3813C2"],
63+
["#EE9AE5", "#5961F9"],
64+
["#FFD3A5", "#FD6585"],
65+
["#C2FFD8", "#465EFB"],
66+
["#FD6585", "#0D25B9"],
67+
["#FD6E6A", "#FFC600"],
68+
["#65FDF0", "#1D6FA3"],
69+
["#6B73FF", "#000DFF"],
70+
["#FF7AF5", "#513162"],
71+
["#F0FF00", "#58CFFB"],
72+
["#FFE985", "#FA742B"],
73+
["#FFA6B7", "#1E2AD2"],
74+
["#FFAA85", "#B3315F"],
75+
["#72EDF2", "#5151E5"],
76+
["#FF9D6C", "#BB4E75"],
77+
["#F6D242", "#FF52E5"],
78+
["#69FF97", "#00E4FF"],
79+
["#3B2667", "#BC78EC"],
80+
["#70F570", "#49C628"],
81+
["#3C8CE7", "#00EAFF"],
82+
["#FAB2FF", "#1904E5"],
83+
["#81FFEF", "#F067B4"],
84+
["#FFA8A8", "#FCFF00"],
85+
["#FFCF71", "#2376DD"],
86+
["#FF96F9", "#C32BAC"]
5787
];
5888
</script>
5989
</div>
@@ -84,4 +114,5 @@ <h1 class="ch-logo" title="coolhue">coolHue - Color Swatch and Palette</h1>
84114
<!--Notification-->
85115
<noscript>We are sorry but we can't help it, unless your browser supports Javascript.</noscript>
86116
</body>
117+
87118
</html>

scripts/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ document.addEventListener("DOMContentLoaded", function () {
1111
var notifyPlank = document.querySelector(".ch-notify-plank");
1212
var backgroundImage = "background-image: ";
1313
var gradientType = "linear-gradient( 135deg, ";
14-
var gradientStart = " 0%, ";
14+
var gradientStart = " 10%, ";
1515
var gradientEnd = " 100%)";
1616

1717

0 commit comments

Comments
 (0)