catholic-css
v1.0.4
Published
A CSS variable palette based on Catholic liturgical and symbolic colors.
Maintainers
Readme
Catholic Color Palette
A symbolic Catholic color system using CSS custom properties for use in web and design projects.
Usage
1. Install
npm i catholic-css2. Usage
2.1 Import the CSS
You 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';2.2 Use the Custom Properties
You can use the custom properties in your HTML or CSS files. For example:
<div style="background: var(--color-marian-blue); color: var(--color-liturgical-white-700);">
Feast of the Immaculate Conception
</div>See index.html for a more detailed examples.
3 Color Palette Preview

4 License
This project is licensed under the CodexCommunion Digital Code License (CCCL) v1.0.
See the LICENSE file for full details.
