BookingSystem/colors
2025-08-17 15:47:58 +00:00

9 lines
813 B
Plaintext
Executable File

| Purpose | Color (Hex) | Notes |
| ----------------------------- | ----------- | ------------------------------------- |
| Primary (buttons, highlights) | `#4A90E2` | Bright blue — friendly & trustworthy |
| Secondary (accent, links) | `#50E3C2` | Soft teal — fresh & modern |
| Background (main) | `#F9F9F9` | Very light gray — clean & minimal |
| Card/Panel Background | `#FFFFFF` | White — keeps focus on content |
| Text Primary | `#333333` | Dark gray — easy to read |
| Text Secondary | `#777777` | Medium gray — for less important text |
| Error / Warning | `#E94E4E` | Red — for alerts or invalid inputs |