CSS only library to apply color filters.

Kalinin Dmitry
1 min readOct 4, 2020

Features

  • Only CSS. No JavaScript!
  • ~1KB minified and gzipped!
  • Supports all modern browsers
  • Built with SCSS.
  • Hover support.

Installation

1. Download form npm

npm install filters.css

2. Or you can use cdn unpkg and include in the head

<link href="https://unpkg.com/filters.css" rel="stylesheet">

3. Or download minified filters.min.css file and include in the head

<link href="css/filters.min.css" rel="stylesheet">

Usage

filters.css can be used with any css framework.

<img src="..." class="blur-3" />

--

--