RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Adds color palette #47

Closed helrond closed 3 years ago

helrond commented 3 years ago

Updates webpack config to load Sass variables and adds all colors.

I've broken these into large color groups. @HaSistrunk can you confirm that I've got the two primary colors right?

HaSistrunk commented 3 years ago

I also cleaned up the colors in Sass and removed the pattern library that I think is no longer necessary now that we have the colors in Storybook.

In terms of primary and secondary... I think this makes sense? I could see an argument for the regal blue of the header and footer since I can't find that the yale blue isn't used at all in rockarch.org. But since those are both the same hue (214), it makes sense to me to start there and use Sass calculations to create variations from that.

HaSistrunk commented 3 years ago

Ps, I notice a little drift between the dimes hex values that were converted to hsl, and then converted back to hex in storybook. I'm guessing there are some rounding issues in the calculations. Something to keep in mind.