🎨 Color Scheme - Teal & Blue

🎨 Color Scheme - Teal & Blue

Your portfolio now uses the beautiful teal and turquoise color scheme from your original blog!

Color Palette

Primary Colors

Color Name Hex Code Usage Preview
Primary Teal #55d6aa Main accent, buttons, links #55d6aa
Primary Dark #3db896 Hover states, emphasis #3db896
Primary Light #6ee0b8 Subtle accents, highlights #6ee0b8
Secondary Green #57ad68 Secondary buttons, accents #57ad68
Accent Teal #14b8a6 Additional accent #14b8a6

Background Colors

Color Name Hex Code Usage
Background Primary #ffffff Main background
Background Secondary #f8fafc Alternate sections
Background Tertiary #e8f5f1 Subtle teal tint
Background Dark #263238 Dark sections, footer
Card Background #ffffff Cards, panels

Text Colors

Color Name Hex Code Usage
Text Primary #263238 Main text
Text Secondary #475569 Secondary text
Text Tertiary #94a3b8 Subtle text, metadata
Text Light #ffffff Light text on dark backgrounds

Gradients

/* Primary Gradient - Teal to Green */
--gradient-primary: linear-gradient(135deg, #55d6aa 0%, #57ad68 100%);

/* Secondary Gradient - Teal Variations */
--gradient-secondary: linear-gradient(135deg, #14b8a6 0%, #55d6aa 100%);

/* Hero Gradient - Subtle Teal Background */
--gradient-hero: linear-gradient(135deg, rgba(85, 214, 170, 0.1) 0%, rgba(87, 173, 104, 0.1) 100%);

Color Usage Examples

Buttons

Sections

Interactive Elements

Comparison: Old vs New

Old Blog Colors

Primary: #55d6aa (Teal header)
Secondary: #57ad68 (Green buttons)
Background: #263238 (Dark slate)
Dark: #222 (Very dark)

New Modern Blog Colors

Primary: #55d6aa (Same teal!) 
Secondary: #57ad68 (Same green!) 
Background: #263238 (Same slate!) 
Plus: Modern gradients and tints

Accessibility

All colors have been tested for accessibility:

Customizing Colors

To change colors, edit assets/css/modern.css:

:root {
  --primary-color: #55d6aa;  /* Change this */
  --secondary-color: #57ad68; /* Or this */
  /* etc. */
}

All colors throughout the site will automatically update!

Dark Mode

The color scheme adapts to dark mode preferences:


Your modern portfolio now has the same beautiful teal and blue aesthetic as your original blog! 🎨✨