1#![allow(clippy::unreadable_literal)] 2 3//! A module for defining color palettes. 4 5pub mod material; 6pub mod tailwind;