Skip to content

Commit 7478d7d

Browse files
authored
as
1 parent 45e3ae4 commit 7478d7d

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

_sass/_vars.scss

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,27 @@
1010

1111
:root {
1212

13-
// --- SALESFORCE BLUE PALETTE ---
14-
// Primary (Bright Blue for CTAs, links)
15-
--brand-primary: hsl(197, 88%, 45%); // #0D9DDA
16-
// Secondary (Slightly Lighter Blue for accents)
17-
--brand-secondary: hsl(200, 89%, 55%); // #28B6F2
18-
// Darkest Blue (For headings and strong text)
19-
--brand-darkest: hsl(197, 89%, 15%); // #04354A
20-
// Dark Blue (For body text)
21-
--brand-dark: hsl(197, 88%, 25%); // #07587A
22-
// Medium Blue (For hover states)
23-
--brand-medium: hsl(197, 88%, 29%); // #0A7AAA
24-
// Light Blue (For backgrounds, borders)
25-
--brand-light: hsl(200, 60%, 95%); // A very light, cool gray
13+
// --- SALESFORCE BLUE PALETTE (with #0176D3 as Primary) ---
14+
:root {
15+
/* Primary (Main CTA / Links) */
16+
--brand-primary: hsl(207, 99%, 41%); /* #0176D3 */
17+
18+
/* Secondary (Lighter Accent Blue) */
19+
--brand-secondary: hsl(207, 90%, 55%); /* #2FA9F8 */
20+
21+
/* Darkest Blue (Strong headings, contrast text) */
22+
--brand-darkest: hsl(207, 100%, 15%); /* #002E4D */
23+
24+
/* Dark Blue (Body Text, Subheadings) */
25+
--brand-dark: hsl(207, 95%, 25%); /* #004B87 */
26+
27+
/* Medium Blue (Hover states) */
28+
--brand-medium: hsl(207, 96%, 33%); /* #006EC0 */
29+
30+
/* Light Blue (Backgrounds, borders) */
31+
--brand-light: hsl(207, 80%, 95%); /* #E7F4FC */
32+
}
33+
2634

2735
// Base Colors (Light Mode)
2836
--spruce-base-color-background: hsl(0, 0%, 100%);

0 commit comments

Comments
 (0)