top of page

EARTHBORN

ECO PAINTS

Range of premium eco-friendly paints that are both great for your health due to zero to no VOCs and a luxurious color range.

Claypaint Clear.png

ONLINE SHOP

bottom of page
function startup() { colorWell = document.querySelector("#colorWell"); colorWell.value = defaultColor; colorWell.addEventListener("input", updateFirst, false); colorWell.addEventListener("change", updateAll, false); colorWell.select();