Colors

Sami ERP's color systems are utilized across the UI in a significant way.
They are designed to be harmonious, ensure accessible text, and distinguish UI elements and surfaces from one another.

All Colors

All colors are available as CSS variables in the src/atoms.css file.
In order to avoid misuse of colors, we created text and background color classes for each of these variables.
To use the text and background color classes we use the .use-category-brightness pattern, that is, to access the text and background color of the color Neutral with 0 brightness, we use .color-neutral-0 and .bg-neutral-0.

Neutral

These colors are used to support secondary colors in backgrounds, text colors, tabs, templates, etc.

.use-neutral-0
1:1
0 #ffffff
.use-neutral-100
1.09
100 #F4F4F8
.use-neutral-200
1.23
200 #E3E6E9
.use-neutral-300
1.48
300 #CBD5E1
.use-neutral-400
2.56
400 #94A3B8
.use-neutral-500
AA 4.75
500 #64748B
.use-neutral-600
AA 6.69
600 #505D6F
.use-neutral-700
AAA 9.57
700 #3C4653
.use-neutral-800
AAA 13.65
800 #282E38
.use-neutral-900
AAA 17.96
900 #14171C

Primary

The primary color palette is used for all interactive elements such as CTA, links, inputs, active states etc.

.use-primary-50
1.18
50 #E8ECF4
.use-primary-100
1.42
100 #D1DAE9
.use-primary-200
2.11
200 #A3B5D3
.use-primary-300
AA 3.34
300 #768FBE
.use-primary-400
AA 5.4
400 #486AA8
.use-primary-500
AAA 8.56
500 #1A4592
.use-primary-600
AAA 10.97
600 #153775
.use-primary-700
AAA 13.89
700 #102958
.use-primary-800
AAA 16.8
800 #0A1C3A
.use-primary-900
AAA 19.36
900 #050E1D

Secondary

The secondary color palette is used in conjunction with the primary to indicate to the user their secondary focus.

.use-secondary-50
1:1
50 ???
.use-secondary-100
1:1
100 ???
.use-secondary-200
1:1
200 ???
.use-secondary-300
1:1
300 ???
.use-secondary-400
1:1
400 ???
.use-secondary-500
1:1
500 ???
.use-secondary-600
1:1
600 ???
.use-secondary-700
1:1
700 ???
.use-secondary-800
1:1
800 ???
.use-secondary-900
1:1
900 ???

Success

These colors represent a feeling of positivity. Generally used in full success states.

.use-success-50
1.11
50 #E5F7EA
.use-success-100
1.25
100 #CCEED6
.use-success-200
1.56
200 #99DEAC
.use-success-300
1.97
300 #66CD83
.use-success-400
2.45
400 #33BD59
.use-success-500
AA 3.02
500 #00AC30
.use-success-600
AA 5.66
600 #007822
.use-success-700
AAA 7.09
700 #00671D
.use-success-800
AAA 11.28
800 #004513
.use-success-900
AAA 17.02
900 #00220A

Warning

These colors show an emotion to hold. Usually used in warning or waiting states.

.use-warning-50
1.08
50 #FEF5E7
.use-warning-100
1.16
100 #FDECCE
.use-warning-200
1.36
200 #FBD89D
.use-warning-300
1.58
300 #F9C56D
.use-warning-400
1.85
400 #F7B13C
.use-warning-500
2.14
500 #F59E0B
.use-warning-600
AA 3.31
600 #C47E09
.use-warning-700
AA 5.41
700 #935F07
.use-warning-800
AAA 9.4
800 #623F04
.use-warning-900
AAA 15.69
900 #312002

Danger

These colors represent an emotion of negativity. Usually used in error states.

.use-danger-50
1.15
50 #FDEAEA
.use-danger-100
1.34
100 #FAD6D6
.use-danger-200
1.83
200 #F5ADAD
.use-danger-300
2.52
300 #F18383
.use-danger-400
AA 3.39
400 #EC5A5A
.use-danger-500
AA 4.3
500 #E73131
.use-danger-600
AA 6.2
600 #B92727
.use-danger-700
AAA 9.16
700 #8B1D1D
.use-danger-800
AAA 13.41
800 #5C1414
.use-danger-900
AAA 18.04
900 #2E0A0A

Dark Mode

These colors will be used as support on Dark mode backgrounds.

.use-dark-50
1.18
50 #EBECED
.use-dark-100
1.42
100 #D7D8DA
.use-dark-200
2.14
200 #B0B1B6
.use-dark-300
AA 3.41
300 #888B91
.use-dark-400
AA 5.91
400 #61646D
.use-dark-500
AAA 10.85
500 #393D48
.use-dark-600
AAA 12.99
600 #2E313A
.use-dark-700
AAA 15.35
700 #22252B
.use-dark-800
AAA 17.72
800 #17181D
.use-dark-900
AAA 21
900 #0B0C0E

Labels

These colors will be used on labels.

.use-label-green-100
1.25
100 #CCEED6
.use-label-green-500
3.02
500 #00AC30
.use-label-green-700
AAA 7.09
700 #00671D
.use-label-orange-150
1.24
150 #FFE2BA
.use-label-orange-500
2.05
500 #FF9F1A
.use-label-orange-700
AAA 5.25
700 #995F10
.use-label-yellow-150
1.09
150 #FEF6C0
.use-label-yellow-500
1.31
500 #FCE12D
.use-label-yellow-750
AAA 4.92
750 #7E7116
.use-label-red-50
1.13
50 #FBEEEC
.use-label-red-500
AA 4.18
500 #D3513F
.use-label-red-700
AAA 8.86
700 #7F3126
.use-label-purple-100
1.24
100 #EEE2F3
.use-label-purple-500
AA 3.65
500 #AB6EC2
.use-label-purple-700
AAA 8.05
700 #674274
.use-label-blue-100
1.27
100 #CFE8F3
.use-label-blue-500
AA 3.78
500 #0F8CC2
.use-label-blue-750
AAA 10.2
750 #074661

Tags

These colors will be used in tags.

.use-tag-green-100
1.25
100 #CCEED6
.use-tag-green-500
3.02
500 #00AC30
.use-tag-green-700
AAA 7.09
700 #00671D
.use-tag-orange-150
1.24
150 #FFE2BA
.use-tag-orange-500
2.05
500 #FF9F1A
.use-tag-orange-700
AAA 5.25
700 #995F10
.use-tag-yellow-150
1.09
150 #FEF6C0
.use-tag-yellow-500
1.31
500 #FCE12D
.use-tag-yellow-750
AAA 4.92
750 #7E7116
.use-tag-red-50
1.13
50 #FBEEEC
.use-tag-red-500
AA 4.18
500 #D3513F
.use-tag-red-700
AAA 8.86
700 #7F3126
.use-tag-purple-100
1.24
100 #EEE2F3
.use-tag-purple-500
AA 3.65
500 #AB6EC2
.use-tag-purple-700
AAA 8.05
700 #674274
.use-tag-blue-100
1.27
100 #CFE8F3
.use-tag-blue-500
AA 3.78
500 #0F8CC2
.use-tag-blue-750
AAA 10.2
750 #074661