Skip to content

Commit

Permalink
[FE] FIX: blue reference hsl에서 hex code로 변환 #1714
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkeniaem committed Dec 10, 2024
1 parent 31c6d70 commit 0c343a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
--ref-green-400: #00c2ab;

/* blue */
--ref-blue-100: hsl(228, 100%, 98%);
--ref-blue-200: hsl(220, 89%, 93%);
--ref-blue-300: hsl(219, 91%, 77%);
--ref-blue-400: hsl(209, 94%, 74%);
--ref-blue-500: hsl(227, 98%, 66%);
--ref-blue-600: hsl(227, 98%, 62%);
--ref-blue-700: hsl(227, 98%, 58%);
--ref-blue-800: rgb(38, 67, 126);
--ref-blue-100: #f5f7ff;
--ref-blue-200: #dce7fd;
--ref-blue-300: #91b5fa;
--ref-blue-400: #7ebffb;
--ref-blue-500: #5278fd;
--ref-blue-600: #3f69fd;
--ref-blue-700: #2c5afd;
--ref-blue-800: #26447e;
--ref-blue-900: #252526;

/* purple */
Expand Down

0 comments on commit 0c343a2

Please sign in to comment.