New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@siimple/colors

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siimple/colors

A color palette for the siimple css toolkit

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

@siimple/colors

A color palette for the siimple CSS toolkit.

Install

Install this module using npm:

$ npm install --save @siimple/colors

Usage

You can use the colors exported by this module in your siimple.config.js file, for example to generate your colors scale:

import colors from "@siimple/colors";

export default {
    colors: {
        text: colors.gray["700"],
        background: colors.gray["100"],
        primary: colors.mint["600"],
    },
    // ...other configuration
};

Check out the full list of available colors.

License

MIT License.

Keywords

siimple

FAQs

Package last updated on 02 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts