Skip to content

Commit bf4a333

Browse files
committed
add docs for new colour pallet
1 parent 031f29c commit bf4a333

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/concepts/colours.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,23 @@ The primary palette is applied across every page of the website and contains the
4848

4949
The secondary palette is applied to UI elements and it's not part of the base colors. The purpose of the secondary palette is to ensure the readability, usability, and accessibility of all UI elements and enhance the communication of actions, changes in state, or errors.
5050

51-
The secondary palette is yet to be defined.
51+
<div class="layout">
52+
<ColorPallet class="lg:col-2" @color="#0076D6" @name="Dark Blue" @variable="--color-blue-dark" />
53+
<ColorPallet class="lg:col-2" @color="#10AAFF" @name="Blue" @variable="--color-blue" />
54+
<ColorPallet class="lg:col-2" @color="#DFFDFF" @name="Light Blue" @variable="--color-blue-light" />
55+
</div>
56+
57+
<div class="layout">
58+
<ColorPallet class="lg:col-2" @color="#8BE998" @name="Green" @variable="--color-green" />
59+
<ColorPallet class="lg:col-2" @color="#C7F9DE" @name="Light Green" @variable="--color-green-light" />
60+
</div>
61+
62+
<div class="layout">
63+
<ColorPallet class="lg:col-2" @color="#FFEC64" @name="Yellow" @variable="--color-yellow" />
64+
<ColorPallet class="lg:col-2" @color="#FFFAD6" @name="Light Yellow" @variable="--color-yellow-light" />
65+
</div>
66+
67+
<div class="layout">
68+
<ColorPallet class="lg:col-2" @color="#7650F1" @name="Lilac" @variable="--color-lilac" />
69+
<ColorPallet class="lg:col-2" @color="#D5CBFF" @name="Light Lilac" @variable="--color-lilac-light" />
70+
</div>

0 commit comments

Comments
 (0)