Colors

Vuexy is supported by an extensive color system that themes our styles and components. This enables more comprehensive customization and extension for any project.


Theme colors

We use a subset of all colors to create a smaller color palette for generating color schemes as per bootstrap colors.

Vuexy also provide custom color (brand colors i.e facebook, twitter etc..) support by using _colors.scss and _colors-dark.scss file.

Name
Primary
HEX
#7367F0
Name
Secondary
HEX
#A8AAAE
Name
Success
HEX
#28C76F
Name
Danger
HEX
#EA5455
Name
Warning
HEX
#FF9F43
Name
Info
HEX
#00CFE8
Name
Light
HEX
#DFDFE3
Name
Dark
HEX
#4B4B4B

Light Neutrals

Light neutrals are helpful for offsetting content in light layout for clear and efficient look and are therefore often used as a background/text color for web components.

Gray 25
RGBA rgba(75,70,92, .015)
Gray 50
RGBA rgba(75,70,92, 0.03)
Gray 100
RGBA rgba(75,70,92, 0.05)
Gray 200
RGBA rgba(75,70,92, 0.2)
Gray 300
RGBA rgba(75,70,92, 0.3)
Gray 400
RGBA rgba(75,70,92, 0.4)
Gray 500
RGBA rgba(75,70,92, 0.5)
Gray 600
RGBA rgba(75,70,92, 0.6)
Gray 700
RGBA rgba(75,70,92, 0.7)
Gray 800
RGBA rgba(75,70,92, 0.8)
Gray 900
RGBA rgba(75,70,92, 0.9)

Dark Neutrals

Dark neutrals are helpful for offsetting content in dark layout for clear and efficient look and are therefore often used as a background/text color for web components.
Use *-dark.scss file to Manage dark variables & styles.

Gray 25
RGBA rgba(255, 255, 255, 0.015)
Gray 50
RGBA rgba(255, 255, 255, 0.03)
Gray 100
RGBA rgba(255, 255, 255, 0.8)
Gray 200
RGBA rgba(255, 255, 255, 0.6)
Gray 300
RGBA rgba(255, 255, 255, 0.4)
Gray 400
RGBA rgba(255, 255, 255, 0.3)
Gray 500
HEX #8692d0
Gray 600
RGBA rgba(0, 0, 0, 0.1)
Gray 700
RGBA rgba(0, 0, 0, 0.3)
Gray 800
RGBA rgba(0, 0, 0, 0.45)
Gray 900
RGBA rgba(0, 0, 0, 0.65)
© 2017- Pixinvent, Hand-crafted & Made with ❤️