Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTrinh1227 committed Dec 7, 2023
1 parent a9aff05 commit 81e4c9b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ For easy use, I linked every element that makes up the app to `content.json` to

## 🎨 CSS hex color palette

| Color | Hex Code | Usage Info | CSS Usage |
| ------------- | -------------------------------------------------------------------- | -------------------------- | ---------------------- |
| Dark Navy | ![[#0b182c]](https://via.placeholder.com/10/0b182c?text=+) `#0b182c` | Main background color | `var(--dark-navy)` |
| Navy | ![[#12223d]](https://via.placeholder.com/10/12223d?text=+) `#12223d` | Secondary background color | `var(--navy)` |
| Light Navy | ![[#233450]](https://via.placeholder.com/10/233450?text=+) `#233450` | Data tool tip color | `var(--light-navy)` |
| Light Lime | ![[#64ff93]](https://via.placeholder.com/10/64ff93?text=+) `#64ff93` | Main accent color | `var(--light-lime)` |
| White | ![[#e9f1fc]](https://via.placeholder.com/10/e9f1fc?text=+) `#e9f1fc` | Main text color | `var(--white)` |
| Bone White | ![[#d4ddf8]](https://via.placeholder.com/10/d4ddf8?text=+) `#d4ddf8` | Secondary text color | `var(--bone-white)` |
| Smoke | ![[#8992ac]](https://via.placeholder.com/10/8992ac?text=+) `#8992ac` | Tertiary text color | `var(--smoke)` |
| Light Smoke | ![[#acb5cf]](https://via.placeholder.com/10/acb5cf?text=+) `#acb5cf` | Section subtitles text | `var(--light-smoke)` |
| Lighter Smoke | ![[#d0d8f3]](https://via.placeholder.com/10/d0d8f3?text=+) `#d0d8f3` | Section Title text | `var(--lighter-smoke)` |
| Color | Hex Code | Usage Info | CSS Usage |
| ------------- | -------------------------------------------------------------------- | --------------------------------------- | ---------------------- |
| Dark Navy | ![[#0b182c]](https://via.placeholder.com/10/0b182c?text=+) `#0b182c` | Main background color | `var(--dark-navy)` |
| Navy | ![[#12223d]](https://via.placeholder.com/10/12223d?text=+) `#12223d` | Secondary background color | `var(--navy)` |
| Light Navy | ![[#233450]](https://via.placeholder.com/10/233450?text=+) `#233450` | Data tool tip color & text highlighting | `var(--light-navy)` |
| Light Lime | ![[#64ff93]](https://via.placeholder.com/10/64ff93?text=+) `#64ff93` | Main accent color | `var(--light-lime)` |
| White | ![[#e9f1fc]](https://via.placeholder.com/10/e9f1fc?text=+) `#e9f1fc` | Main text color | `var(--white)` |
| Bone White | ![[#d4ddf8]](https://via.placeholder.com/10/d4ddf8?text=+) `#d4ddf8` | Secondary text color | `var(--bone-white)` |
| Smoke | ![[#8992ac]](https://via.placeholder.com/10/8992ac?text=+) `#8992ac` | Tertiary text color | `var(--smoke)` |
| Light Smoke | ![[#acb5cf]](https://via.placeholder.com/10/acb5cf?text=+) `#acb5cf` | Section subtitles text | `var(--light-smoke)` |
| Lighter Smoke | ![[#d0d8f3]](https://via.placeholder.com/10/d0d8f3?text=+) `#d0d8f3` | Section Title text | `var(--lighter-smoke)` |

0 comments on commit 81e4c9b

Please sign in to comment.