Skip to content

Commit

Permalink
color change to saffron box #5941
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasurya-rjs committed Oct 3, 2024
1 parent ab58d70 commit 891d696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sections/Company/Brand/Brand-components/layer5.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ const Layer5Brand = () => {
<Row className="color-code-wrapper">
<ColorBox name="Keppel" R="0" G="179" B="159" colorCode="#00B39F" />
<ColorBox name="Caribbean Green" R="0" G="211" B="169" colorCode="#00D3A9" />
<ColorBox name="Saffron" R="235" G="192" B="23" colorCode="#EBC017" />
<div className="blond-color-box">
<ColorBox name="Saffron" R="235" G="192" B="23" dark colorCode="#EBC017" />
</div>
<div className="blond-color-box">
<ColorBox name="Blond" R="255" G="243" B="197" dark colorCode="#FFF3C5" />
</div>
Expand Down

0 comments on commit 891d696

Please sign in to comment.