Fyndiq brand colors
The component can be installed through NPM:
npm i -S fyndiq-styles-colors
You can use the brand colors module for your CSS files (recommended) and Javascript files
@import "fyndiq-styles-colors/colors.css"
.myDiv {
color: var(--color-red);
}
import colors from 'fyndiq-styles-colors'
<div style={{ color: colors.red }}>
Red text
</div>
See the source for more information about all colors