carbon-budget-explorer / cabe

Web application to explore carbon budgets
Apache License 2.0
1 stars 0 forks source link

Issue 109 colors #126

Closed lvreedenburgh closed 10 months ago

lvreedenburgh commented 10 months ago

Issue: https://github.com/carbon-budget-explorer/cabe/issues/109

src/lib/MiniPathwayCard.svelte: Green color of Elevate and a red color in the same Tetradic Color group. https://www.colorhexa.com/a9c810

src/lib/principles.ts: More contrasting colors. Used a generator that takes accessibility in account https://venngage.com/tools/accessible-color-palette-generator.

src/routes/+layout.svelte: Replaced gradient with a white background.

src/routes/+page.svelte: Changed block background and text colors.

src/routes/global/+page.svelte: Same color changes as in src/lib/MiniPathwayCard.svelte.

tailwind.config.js: Implement color pallet of Elevate project.