Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 344 Bytes

File metadata and controls

15 lines (9 loc) · 344 Bytes

Mix

Description: Mixes two colors by a given amount. The amount is optional and the default value is 50%.

{!basic/color-functions/_code/mix.code.md!} {!basic/color-functions/_code/mix.fixture.md!}

Notes

  • mix(<color1>, <color2>)
  • mix(<color1>, <color2>, <amount: 0-100%>)