Variable CIA_COMPONENT_COLORSConst
CIA_COMPONENT_COLORS: {
CONFIDENTIALITY: { PRIMARY: string; SECONDARY: string; DARK: string };
INTEGRITY: { PRIMARY: string; SECONDARY: string; DARK: string };
AVAILABILITY: { PRIMARY: string; SECONDARY: string; DARK: string };
} = ...
Type Declaration
CONFIDENTIALITY: { PRIMARY: string; SECONDARY: string; DARK: string }
INTEGRITY: { PRIMARY: string; SECONDARY: string; DARK: string }
AVAILABILITY: { PRIMARY: string; SECONDARY: string; DARK: string }
Color schemes for CIA triad components with enhanced distinctiveness.
Each CIA component has a unique color palette to aid visual recognition:
Each palette includes PRIMARY, SECONDARY (light), and DARK variants to support different design contexts and dark mode compatibility.