candy.css

Introduction

candy.css is a small CSS library for making decorative but practical web pages in the style of Web 2.0. Its color palette is completely customizable using CSS custom properties.

Basic Installation

Download candy.css and use a link tag:

<link rel="stylesheet" href="candy.css" />

Package Installation

If you're using webpack with css-loader, or any other build system capable of loading CSS from npm packages:

npm install @wavebeem/candy-css

Then load the CSS through your JavaScript:

import "@wavebeem/candy-css";