Skip to content

Commit

Permalink
chore: [UEPR-48] added hex vslues for colours
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavDionisiev committed Nov 22, 2024
1 parent 226780c commit 4038e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ $background-color: hsla(0, 0%, 99%, 1); //#FDFDFD

$motion-blue-3: hsla(215, 60%, 50%, 1);//#3373CC

$ui-light-blue: hsla(195, 63%, 86%, 1);
$ui-cyan-blue: hsla(194, 73%, 36%, 1);
$ui-light-blue: hsla(195, 63%, 86%, 1); //#C5E7f2
$ui-cyan-blue: hsla(194, 73%, 36%, 1); //#19809F

/* UI Secondary Colors */
/* 3.0 colors */
Expand All @@ -51,7 +51,7 @@ $ui-light-primary: hsl(215, 100%, 95%);
$ui-light-primary-transparent: hsla(215, 100%, 95%, 0);

$ui-border: hsla(0, 0%, 85%, 1); //#D9D9D9
$ui-border-light-blue: hsla(215, 50%, 90%, 1); //##D9E3F2
$ui-border-light-blue: hsla(215, 50%, 90%, 1); //#D9E3F2

/* modals */
$ui-mint-green: hsl(163, 69%, 44%);
Expand Down

0 comments on commit 4038e22

Please sign in to comment.