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 29, 2024
1 parent 5530bc8 commit 72d4d45
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 @@ -8,11 +8,11 @@ todo: color->palette
*/



:root {

--kb-purple: hsl(266, 85%, 43%);
--kb-white: 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%);
Expand Down Expand Up @@ -191,3 +191,5 @@ todo: color->palette
--kb-color-hsla-white-25: hsla(231, 28%, 95%, 0.25);
--kb-color-hsla-white-10: hsla(231, 28%, 95%, 0.10);
}


0 comments on commit 72d4d45

Please sign in to comment.