From f8a52a8ee79fef30ee522b7a8028fbe2afd0b838 Mon Sep 17 00:00:00 2001 From: Ram Reddy Date: Sun, 20 Jun 2021 21:38:05 -0400 Subject: [PATCH] Added color palette now --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b03ffd3..51a287c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Source for TJHRC's website built with Sanity and React. - [Troubleshooting setup](#troubleshooting-setup) - [Running](#running) - [Developing](#developing) + - [Color palette](#color-palette) - [Making changes](#making-changes) - [Pushing changes](#pushing-your-changes) - [Available Scripts](#available-scripts) @@ -45,6 +46,21 @@ And you should see the website load and show up in your browser, at the address # Developing There are some things to remember when developing for the website. The first thing is to never push changes to the master branch and instead you should always pull request the changes. +### Color palette +Below is the color palette we are using + +https://coolors.co/3d5a80-98c1d9-e0fbfc-ee6c4d-293241 +## +Here is some sample text. The hex value is #3D5A80. +## +Here is some sample text. The hex value is #98C1D9. +## +Here is some sample text. The hex value is #E0FBFC. +## +Here is some sample text. The hex value is #EE6C4D. +## +Here is some sample text. The hex value is #293241. + ### Making changes These are the steps to remember when adding features and changing the website. Here are the steps: