mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Add light color helpers
This commit is contained in:
2
docs/_includes/color/blue-dark.html
Normal file
2
docs/_includes/color/blue-dark.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(217, 71%, 45%);"></span>
|
||||
<code>hsl(217, 71%, 45%)</code>
|
||||
2
docs/_includes/color/blue-light.html
Normal file
2
docs/_includes/color/blue-light.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(219, 70%, 96%);"></span>
|
||||
<code>hsl(219, 70%, 96%)</code>
|
||||
2
docs/_includes/color/cyan-dark.html
Normal file
2
docs/_includes/color/cyan-dark.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(204, 71%, 39%);"></span>
|
||||
<code>hsl(204, 71%, 39%)</code>
|
||||
2
docs/_includes/color/cyan-light.html
Normal file
2
docs/_includes/color/cyan-light.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(206, 70%, 96%);"></span>
|
||||
<code>hsl(206, 70%, 96%)</code>
|
||||
2
docs/_includes/color/green-dark.html
Normal file
2
docs/_includes/color/green-dark.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(141, 53%, 31%);"></span>
|
||||
<code>hsl(141, 53%, 31%)</code>
|
||||
2
docs/_includes/color/green-light.html
Normal file
2
docs/_includes/color/green-light.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(142, 52%, 96%);"></span>
|
||||
<code>hsl(142, 52%, 96%)</code>
|
||||
2
docs/_includes/color/red-dark.html
Normal file
2
docs/_includes/color/red-dark.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(348, 86%, 43%);"></span>
|
||||
<code>hsl(348, 86%, 43%)</code>
|
||||
2
docs/_includes/color/red-light.html
Normal file
2
docs/_includes/color/red-light.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(347, 90%, 96%);"></span>
|
||||
<code>hsl(347, 90%, 96%)</code>
|
||||
2
docs/_includes/color/turquoise-dark.html
Normal file
2
docs/_includes/color/turquoise-dark.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(171, 100%, 29%);"></span>
|
||||
<code>hsl(171, 100%, 29%)</code>
|
||||
2
docs/_includes/color/turquoise-light.html
Normal file
2
docs/_includes/color/turquoise-light.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(171, 100%, 96%);"></span>
|
||||
<code>hsl(171, 100%, 96%)</code>
|
||||
2
docs/_includes/color/yellow-dark.html
Normal file
2
docs/_includes/color/yellow-dark.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(48, 100%, 29%);"></span>
|
||||
<code>hsl(48, 100%, 29%)</code>
|
||||
2
docs/_includes/color/yellow-light.html
Normal file
2
docs/_includes/color/yellow-light.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(48, 100%, 96%);"></span>
|
||||
<code>hsl(48, 100%, 96%)</code>
|
||||
Reference in New Issue
Block a user