The portfolio uses a dark theme with blue accent colors. All colors are defined inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/luisllatas-dev/portafolio-programador-web-junior/llms.txt
Use this file to discover all available pages before exploring further.
css/styles.css and can be easily customized to match your brand.
Color Palette Overview
The current color scheme includes:- Background Gradient: Black to blue gradient (
#000000→#0069a8→#101828) - Primary Accent:
#003ba8(dark blue) - Secondary Accent:
#0094a8(cyan blue) - Header Background:
#0f1011(near black) - Text Color:
white
Changing Colors
Update the background gradient
Find line 17 in Replace the hex color values with your preferred colors:The gradient flows from top to bottom across the page.
styles.css:Update the accent colors
The accent color Navigation hover effect (Replace all instances with your preferred accent color using Find & Replace.
#003ba8 appears in multiple places:Navigation focus outline (styles.css:89):styles.css:100):Update the secondary accent
The cyan accent Change this to match your accent color or use a complementary shade.
#0094a8 is used for the profile photo drop shadow at line 141:Update the header background
Find line 62 in Change this to your preferred header background color. Consider using:
styles.css:- A solid color from your gradient
- A semi-transparent color:
rgba(15, 16, 17, 0.9) - Complete transparency:
transparent
Color Reference Table
| Location | Line | Current Color | Usage |
|---|---|---|---|
| Body gradient start | 17 | #000000 | Page background (top) |
| Body gradient middle | 17 | #0069a8 | Page background (middle) |
| Body gradient end | 17 | #101828 | Page background (bottom) |
| Header background | 62 | #0f1011 | Navigation bar |
| Primary accent | 89, 100 | #003ba8 | Links, focus, hover |
| Secondary accent | 141 | #0094a8 | Photo shadow |
| Text color | 18 | white | All text |
Creating a Cohesive Color Scheme
Recommended Combinations
Professional Blue (current):Using CSS Variables (Advanced)
For easier color management, consider converting the colors to CSS variables:Next Steps
Customize Content
Update text and add your information
Customize Images
Replace photos and skill icons
CSS Architecture
Learn about the CSS structure and organization
Responsive Design
See how colors adapt across devices