@for (list of primaryColor; track list) {

{{ list.title }}

{{ list.hexCode }}

{{ list.colorName }}

}
@for (list of secondaryColor; track list) {

{{ list.title }}

{{ list.hexCode }}

{{ list.colorName }}

}
@for (list of successColor; track list) {

{{ list.title }}

{{ list.hexCode }}

{{ list.colorName }}

}
@for (list of errorColor; track list) {

{{ list.title }}

{{ list.hexCode }}

{{ list.colorName }}

}
@for (list of warningColor; track list) {

{{ list.title }}

{{ list.hexCode }}

{{ list.colorName }}

}