Skip to content

Commit

Permalink
Add color variables to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jun 20, 2023
1 parent a0595bb commit ac9261f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
:root {
/* Colors */
--clr-primary-light: rgb(245, 245, 245);
--clr-primary-dark: rgb(35 32 14);

--clr-natural-light: rgb(255, 250, 243);

--clr-accent-pink: rgb(160 108 131);
--clr-accent-light: rgb(149, 164, 170);
--clr-accent-dark: rgb(72 102 113);
}

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
Expand Down

0 comments on commit ac9261f

Please sign in to comment.