Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.16 KB

Milk Paint

Milk paint, a milk-based paint made with natural pigments, looks great not only on furniture and shaker boxes, but also on websites. This color pallet offers numerous combinations of colors and shades.

Colors are taken from www.milkpaint.com, where Milk Paint can be purchased.

The CSS is built the same way as MaterializeCSS (a Google Material Design style). In order to use lighter shades of the base colors (e.g. Marigold mixed with 90% Snow White), use multiple classes (e.g. marigold and white-90).

Example:

<html>
  <head>
    <link rel="stylesheet" href="milkpaint-min.css">
  </head>
  <body class="marigold white-90">
    <h1 class="barn-red-text">Milk Paint CSS</h1>
  </body>
</html>

Milkpaint Demo

Color Palette

Milkpaint Color Palette