Skip to content

Commit b22f7ee

Browse files
committed
update orange
1 parent 83e2936 commit b22f7ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_includes/palette.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h3 class="text-2xl mb-6">Colors</h3>
66
<span class="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray">#f7768e</span>
77
</div>
88
<div class="h-32 bg-eh-orange rounded-lg p-2 flex items-end">
9-
<span class="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray">#ffbf7a</span>
9+
<span class="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray">#ffd9af</span>
1010
</div>
1111
<div class="h-32 bg-eh-yellow rounded-lg p-2 flex items-end">
1212
<span class="bg-eh-background rounded-md px-2 py-1 text-eh-light-gray">#fffa9e</span>

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const colors = {
22
red: '#f7768e',
3-
orange: '#ffbf7a',
3+
orange: '#ffd9af',
44
yellow: '#fffa9e',
55
green: '#34febb',
66
cyan: '#4ff2f8',

0 commit comments

Comments
 (0)