Skip to main content
Version: 1.1

Custom Color

Using custom color by adding color configration in osmi.config.js

export default {
colors: {
"primary-500": "#A8B3D6",
},
};

This will generate all colors needed (background, border, text, etc.) Then you can use for color-only with colors("primary-500")