Skip to content

Commit

Permalink
First mix with color-mix() purple and white
Browse files Browse the repository at this point in the history
  • Loading branch information
affolter committed May 27, 2024
1 parent 9442a94 commit 5530bc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/css/kolibri-light-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ todo: color->palette

--kb-purple: hsl(266, 85%, 43%);
--kb-white: hsl(240, 45%, 98%);
--kb-mix: color-mix(in hsl, hsl(266, 85%, 43%) 50%, hsl(240, 45%, 98%));
--kb-mix: color-mix(in hsl, var(--kb-purple) 50%, hsl(240, 45%, 98%));

--color-primary: #8A9B0F;
--color-primary-darker: color-mix(in srgb,var(--color-primary), #000 15%);


/* --- purple --- */
Expand Down

0 comments on commit 5530bc8

Please sign in to comment.