A symbolic Catholic color system using CSS custom properties for use in web and design projects.
npm i catholic-cssYou can import the CSS file directly into your project. This will give you access to all the custom properties defined in the palette.
@import 'catholic-css/dist/catholic-palette.css';You can use the custom properties in your HTML or CSS files. For example:
<div style="background: var(--marian-blue); color: var(--liturgical-white);">
Feast of the Immaculate Conception
</div>This project is licensed under the CodexCommunion Digital Code License (CCCL) v1.0.
See the LICENSE file for full details.
