add color palette 🎨

This commit is contained in:
elisejakob
2024-05-09 02:19:53 +02:00
parent 5cd5e40e91
commit cde39da1fd
3 changed files with 22 additions and 4 deletions

View File

@ -7,8 +7,21 @@
--font-size-lead: 1.4rem;
// colors
--color-text: #333;
--color-background: #eee;
// color palette
--color-deepBrick: rgb(114, 3, 40);
--color-neufPink: rgb(205, 150, 171);
--color-betongGray: rgb(229, 226, 215);
--color-goldenOrange: rgb(255, 105, 21);
--color-goldenBeige: rgb(248, 188, 144);
--color-chateauBlue: rgb(10, 15, 109);
--color-white: #fff;
--color-black: rgb(22, 21, 22);
// colors in use
--color-text: var(--color-chateauBlue);
--color-background: var(--color-betongGray);
--color-cta: var(--color-goldenOrange);
// spacing
--spacing-sitepadding: 2rem;