Skip to content

Commit

Permalink
feat(design): update daff-green palette colors to be more aligned wit…
Browse files Browse the repository at this point in the history
…h the other decorative palettes (#2486)
  • Loading branch information
xelaint committed Jun 27, 2023
1 parent 80fe194 commit d9596a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions apps/design-land/src/app/foundations/color/color.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ <h2>Decorative palettes</h2>
</div>

<div class="dl-color__palette green">
<div style="background-color: #c4ffcc;"><span class="dl-color__hex">10</span><span class="dl-color__hue">#c4ffcc</span></div>
<div style="background-color: #6aff86;"><span class="dl-color__hex">20</span><span class="dl-color__hue">#6aff86</span></div>
<div style="background-color: #00db57;"><span class="dl-color__hex">30</span><span class="dl-color__hue">#00db57</span></div>
<div style="background-color: #13c049;"><span class="dl-color__hex">40</span><span class="dl-color__hue">#13c049</span></div>
<div style="background-color: #00aa3c;"><span class="dl-color__hex">50</span><span class="dl-color__hue">#00aa3c</span></div>
<div style="background-color: #d1fbd6;"><span class="dl-color__hex">10</span><span class="dl-color__hue">#d1fbd6</span></div>
<div style="background-color: #97f8a5;"><span class="dl-color__hex">20</span><span class="dl-color__hue">#97f8a5</span></div>
<div style="background-color: #68d47e;"><span class="dl-color__hex">30</span><span class="dl-color__hue">#68d47e</span></div>
<div style="background-color: #3fbd5b;"><span class="dl-color__hex">40</span><span class="dl-color__hue">#3fbd5b</span></div>
<div style="background-color: #1daa43;"><span class="dl-color__hex">50</span><span class="dl-color__hue">#1daa43</span></div>
<div class="dl-color__default" style="background-color: #00852e;"><span class="dl-color__hex">60 Green</span><span class="dl-color__hue">#00852e</span></div>
<div style="background-color: #006b23;"><span class="dl-color__hex">70</span><span class="dl-color__hue">#006b23</span></div>
<div style="background-color: #004b17;"><span class="dl-color__hex">80</span><span class="dl-color__hue">#004b17</span></div>
Expand Down
10 changes: 5 additions & 5 deletions libs/design/scss/theming/_color-palettes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ $daff-bronze: (
);

$daff-green: (
10: #c4ffcc,
20: #6aff86,
30: #00db57,
40: #13c049,
50: #00aa3c,
10: #d1fbd6,
20: #97f8a5,
30: #68d47e,
40: #3fbd5b,
50: #1daa43,
60: #00852e,
70: #006b23,
80: #004b17,
Expand Down

0 comments on commit d9596a9

Please sign in to comment.