| 1 |
/* Base Colors */ |
| 2 |
:root { |
| 3 |
--maxi-admin-white: #ffffff; |
| 4 |
--maxi-admin-black-text: #666666; |
| 5 |
--maxi-admin-light-grey: #f3fbf7; |
| 6 |
--maxi-admin-black: #000000; |
| 7 |
--maxi-admin-orange: #ff9700; |
| 8 |
--maxi-admin-light-orange: #f5b500; |
| 9 |
--maxi-admin-yellow: #e8ea00; |
| 10 |
--maxi-admin-border-light: #e6f3ed; |
| 11 |
|
| 12 |
--maxi-admin-grey: #999999; |
| 13 |
--maxi-admin-purple: #000; |
| 14 |
--maxi-admin-pink-purple: #2c8a46; |
| 15 |
--maxi-admin-green: #2c8a46; |
| 16 |
--maxi-admin-mint: #f3fbf7; |
| 17 |
|
| 18 |
/* Hover States */ |
| 19 |
--maxi-admin-white-hover: #f5f5f5; |
| 20 |
--maxi-admin-black-hover: #848389; |
| 21 |
--maxi-admin-orange-hover: #e53e00; |
| 22 |
--maxi-admin-light-orange-hover: #ff9700; |
| 23 |
--maxi-admin-yellow-hover: #ffde3e; |
| 24 |
|
| 25 |
--maxi-admin-purple-hover: #b06bf7; |
| 26 |
--maxi-admin-pink-hover: #ff66ff; |
| 27 |
--maxi-admin-green-hover: #2c8a46; |
| 28 |
--maxi-admin-mint-hover: #e3f3ea; |
| 29 |
} |
| 30 |
|
| 31 |
:root { |
| 32 |
/* Core Builder */ |
| 33 |
--maxi-primary-color: #2c8a46; |
| 34 |
/* Fresh lime green */ |
| 35 |
--maxi-secondary-color: #63ba79; |
| 36 |
/* Crisp blue accent */ |
| 37 |
--maxi-tertiary-color: #7a00df; |
| 38 |
/* Rich deep purple accent */ |
| 39 |
|
| 40 |
/* Core Colors */ |
| 41 |
--maxi-cloud-primary: #9a8cf3; |
| 42 |
/* Soft, pastel lavender-purple – modern and approachable */ |
| 43 |
--maxi-cloud-primary-light: #e1dbfe; |
| 44 |
/* Lighter pastel version, now more distinct from whisper */ |
| 45 |
--maxi-cloud-primary-bright: #7e6ee8; |
| 46 |
/* A more saturated but still refined shade */ |
| 47 |
--maxi-cloud-primary-whisper: #f5f3fe; |
| 48 |
/* Slightly darker off-white for backgrounds */ |
| 49 |
--maxi-cloud-primary-contrast: #3a3a3a; |
| 50 |
/* Dark neutral for text and contrast */ |
| 51 |
|
| 52 |
/* Accent & Hover Colors */ |
| 53 |
--maxi-cloud-hover: #b06bf7; |
| 54 |
/* Vibrant lavender-purple for hover effects */ |
| 55 |
--maxi-cloud-hover-deep: #954dd1; |
| 56 |
/* Slightly deeper version for active states */ |
| 57 |
|
| 58 |
/* Core Neutrals */ |
| 59 |
--maxi-white: #fff; |
| 60 |
/* Pure white */ |
| 61 |
--maxi-off-white: #f8f8f8; |
| 62 |
/* Soft off-white background */ |
| 63 |
--maxi-grey: #b4b4b4; |
| 64 |
/* Standard grey for text/borders */ |
| 65 |
--maxi-grey-light: #e0e0e0; |
| 66 |
/* Very light grey background */ |
| 67 |
--maxi-grey-dark: #383838; |
| 68 |
/* Dark grey for high-contrast elements */ |
| 69 |
--maxi-black: #000; |
| 70 |
/* True black */ |
| 71 |
|
| 72 |
/* Accessibility */ |
| 73 |
--maxi-accessibility-grey: #757575; |
| 74 |
/* Medium grey for readability */ |
| 75 |
|
| 76 |
/* Existing Accent Colors */ |
| 77 |
--maxi-light-blue: #e5f2f8; |
| 78 |
/* Soft light blue background/highlight */ |
| 79 |
--maxi-light-blue-alt: #7fbddc; |
| 80 |
/* Alternative blue accent */ |
| 81 |
--maxi-highlight-color: #f066ff; |
| 82 |
/* Vibrant highlight/punctuation */ |
| 83 |
--maxi-light-yellow: #f7f5df; |
| 84 |
/* Gentle light yellow for accents */ |
| 85 |
|
| 86 |
/* New Accent Brand Colors */ |
| 87 |
--maxi-orange-red: #ff4500; |
| 88 |
/* Vibrant orange-red */ |
| 89 |
--maxi-golden-orange: #f2a600; |
| 90 |
/* Warm golden-orange */ |
| 91 |
--maxi-bright-yellow: #ffff00; |
| 92 |
/* Pure, bright yellow */ |
| 93 |
--maxi-deep-golden: #f2b600; |
| 94 |
/* Rich golden shade */ |
| 95 |
|
| 96 |
--maxi-pastel-green: #e3f3ea; |
| 97 |
/* Soft pastel green */ |
| 98 |
--maxi-mid-green: #e6f3ed; |
| 99 |
/* Midpoint between the two pastel greens */ |
| 100 |
--maxi-whisper-green: #f3fbf7; |
| 101 |
/* Soft pastel green */ |
| 102 |
--maxi-hot-pink: #ff66ff; |
| 103 |
/* Vibrant pink highlight */ |
| 104 |
|
| 105 |
/* Patterns preview colours */ |
| 106 |
--maxi-cloud-preview-gradient: #f8fbfd; |
| 107 |
/* For lines gradient */ |
| 108 |
--maxi-cloud-iframe-border: #96b0cb; |
| 109 |
/* For mobile and tablet preview iframe */ |
| 110 |
|
| 111 |
/* For icon blocks */ |
| 112 |
--maxi-icon-block-orange: #2c8a46; |
| 113 |
/* For mobile and tablet preview iframe */ |
| 114 |
} |
| 115 |
|