Huehive Logo

HueHive

Nasa Soft Base16 Palette

100 views
Base00 #003DA5
Base01 #A7A8AA
Base02 #FF4F00
Base03 #FFFFFF
Base04 #C8102E
Base05 #000000
Base06 #F0F0F0
Base07 #FFC0CB
Base08 #C8102E
Base09 #FF4F00
Base0A #003DA5
Base0B #A7A8AA
Base0C #7FFF00
Base0D #00BFFF
Base0E #DDA0DD
Base0F #FFD700
#003DA5 Base00
#A7A8AA Base01
#FF4F00 Base02
#FFFFFF Base03
#C8102E Base04
#000000 Base05
#F0F0F0 Base06
#FFC0CB Base07
#C8102E Base08
#FF4F00 Base09
#003DA5 Base0A
#A7A8AA Base0B
#7FFF00 Base0C
#00BFFF Base0D
#DDA0DD Base0E
#FFD700 Base0F

NASA Soft Base16 Palette

About This Color Palette

Here are a few different variations of the Base16 color palette using NASA branding colors and “international orange,” providing alternative combinations for different themes or styles:

Variation 1: Soft Theme

json
{
  "palette_name": "NASA Soft Base16 Palette",
  "colors": [
    {
      "name": "Base00",
      "hex_code": "
                            
                            #003DA5
                        "  // NASA Blue
    },
    {
      "name": "Base01",
      "hex_code": "
                            
                            #A7A8AA
                        "  // NASA Gray
    },
    {
      "name": "Base02",
      "hex_code": "
                            
                            #FF4F00
                        "  // International Orange
    },
    {
      "name": "Base03",
      "hex_code": "
                            
                            #FFFFFF
                        "  // NASA White
    },
    {
      "name": "Base04",
      "hex_code": "
                            
                            #C8102E
                        "  // NASA Red
    },
    {
      "name": "Base05",
      "hex_code": "
                            
                            #000000
                        "  // Black
    },
    {
      "name": "Base06",
      "hex_code": "
                            
                            #F0F0F0
                        "  // Light Gray
    },
    {
      "name": "Base07",
      "hex_code": "
                            
                            #FFC0CB
                        "  // Light Pink
    },
    {
      "name": "Base08",
      "hex_code": "
                            
                            #C8102E
                        "  // NASA Red
    },
    {
      "name": "Base09",
      "hex_code": "
                            
                            #FF4F00
                        "  // International Orange
    },
    {
      "name": "Base0A",
      "hex_code": "
                            
                            #003DA5
                        "  // NASA Blue
    },
    {
      "name": "Base0B",
      "hex_code": "
                            
                            #A7A8AA
                        "  // NASA Gray
    },
    {
      "name": "Base0C",
      "hex_code": "
                            
                            #7FFF00
                        "  // Chartreuse
    },
    {
      "name": "Base0D",
      "hex_code": "
                            
                            #00BFFF
                        "  // Deep Sky Blue
    },
    {
      "name": "Base0E",
      "hex_code": "
                            
                            #DDA0DD
                        "  // Plum
    },
    {
      "name": "Base0F",
      "hex_code": "
                            
                            #FFD700
                        "  // Gold
    }
  ]
}

Variation 2: Dark Theme

json
{
  "palette_name": "NASA Dark Base16 Palette",
  "colors": [
    {
      "name": "Base00",
      "hex_code": "
                            
                            #1A1A1A
                        "  // Dark Background
    },
    {
      "name": "Base01",
      "hex_code": "
                            
                            #003DA5
                        "  // NASA Blue
    },
    {
      "name": "Base02",
      "hex_code": "
                            
                            #FF4F00
                        "  // International Orange
    },
    {
      "name": "Base03",
      "hex_code": "
                            
                            #C8102E
                        "  // NASA Red
    },
    {
      "name": "Base04",
      "hex_code": "
                            
                            #A7A8AA
                        "  // NASA Gray
    },
    {
      "name": "Base05",
      "hex_code": "
                            
                            #FFFFFF
                        "  // White
    },
    {
      "name": "Base06",
      "hex_code": "
                            
                            #D3D3D3
                        "  // Light Gray
    },
    {
      "name": "Base07",
      "hex_code": "
                            
                            #FF4500
                        "  // Orange Red
    },
    {
      "name": "Base08",
      "hex_code": "
                            
                            #C8102E
                        "  // NASA Red
    },
    {
      "name": "Base09",
      "hex_code": "
                            
                            #FF6347
                        "  // Tomato
    },
    {
      "name": "Base0A",
      "hex_code": "
                            
                            #00BFFF
                        "  // Deep Sky Blue
    },
    {
      "name": "Base0B",
      "hex_code": "
                            
                            #32CD32
                        "  // Lime Green
    },
    {
      "name": "Base0C",
      "hex_code": "
                            
                            #00FFFF
                        "  // Cyan
    },
    {
      "name": "Base0D",
      "hex_code": "
                            
                            #FF00FF
                        "  // Magenta
    },
    {
      "name": "Base0E",
      "hex_code": "
                            
                            #8A2BE2
                        "  // Blue Violet
    },
    {
      "name": "Base0F",
      "hex_code": "
                            
                            #FFD700
                        "  // Gold
    }
  ]
}

Variation 3: Retro Vibe

json
{
  "palette_name": "NASA Retro Base16 Palette",
  "colors": [
    {
      "name": "Base00",
      "hex_code": "
                            
                            #003DA5
                        "  // NASA Blue
    },
    {
      "name": "Base01",
      "hex_code": "
                            
                            #FF4F00
                        "  // International Orange
    },
    {
      "name": "Base02",
      "hex_code": "
                            
                            #C8102E
                        "  // NASA Red
    },
    {
      "name": "Base03",
      "hex_code": "
                            
                            #FFD700
                        "  // Gold
    },
    {
      "name": "Base04",
      "hex_code": "
                            
                            #A7A8AA
                        "  // NASA Gray
    },
    {
      "name": "Base05",
      "hex_code": "
                            
                            #FFFFFF
                        "  // White
    },
    {
      "name": "Base06",
      "hex_code": "
                            
                            #FF69B4
                        "  // Hot Pink
    },
    {
      "name": "Base07",
      "hex_code": "
                            
                            #000000
                        "  // Black
    },
    {
      "name": "Base08",
      "hex_code": "
                            
                            #C8102E
                        "  // NASA Red
    },
    {
      "name": "Base09",
      "hex_code": "
                            
                            #FF4500
                        "  // Orange Red
    },
    {
      "name": "Base0A",
      "hex_code": "
                            
                            #FFD700
                        "  // Gold
    },
    {
      "name": "Base0B",
      "hex_code": "
                            
                            #ADFF2F
                        "  // Green Yellow
    },
    {
      "name": "Base0C",
      "hex_code": "
                            
                            #00CED1
                        "  // Dark Turquoise
    },
    {
      "name": "Base0D",
      "hex_code": "
                            
                            #FF1493
                        "  // Deep Pink
    },
    {
      "name": "Base0E",
      "hex_code": "
                            
                            #9370DB
                        "  // Medium Purple
    },
    {
      "name": "Base0F",
      "hex_code": "
                            
                            #FF8C00
                        "  // Dark Orange
    }
  ]
}

These variations offer different feels and styles, from soft and light to dark and retro, while still incorporating the iconic NASA colors and international orange.

Would you like to see more variations or have any specific themes or color combinations in mind?

C
Croma
Dashboard
Analytics
Customers
Settings
John Doe
Admin
Search...

Overview

Welcome back, here's what's happening today.

+12%
$45,231
Total Revenue
+12%
2,345
Active Users
+12%
128
New Orders

Revenue Growth

Brand
Features Pricing About

Build something amazing

Create stunning designs with our AI-powered color palette generator. Perfect for web, mobile, and print.

Fast Performance

Optimized for speed and efficiency.

Secure by Default

Enterprise-grade security built-in.

Easy to Use

Intuitive interface for everyone.

9:41

Good Morning

Here's your daily update

Today

Design Review
10:00 AM
Team Meeting
11:30 AM
Lunch Break
1:00 PM
Project Focus
2:00 PM
Home
Search
Profile
B
BrandName
Sponsored
...
New Collection

Summer
Sale

Get up to 50% off on all items.

1,234 likes
BrandName Don't miss out on our biggest sale of the season! #summersale #fashion

Logo Variations

B
BrandName
B
BrandName

Business Card

B
BrandName

John Doe

Creative Director

john.doe@brandname.com

+1 (555) 123-4567

www.brandname.com

Type Scale

Heading 1

Bold / 48px

Heading 2

Bold / 36px

Heading 3

Bold / 30px

Heading 4

Bold / 24px

Body text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Regular / 16px

Article Layout

Design Trends

The Future of Color

Color trends are evolving rapidly. We are seeing a shift towards more vibrant, expressive palettes that capture attention and evoke emotion.

"Color is a power which directly influences the soul."

Why it matters

Choosing the right color palette is crucial for brand identity. It communicates values without words and creates an instant connection with the audience.

Abstract

Composition #01

variables.css

        

Simulate how your palette appears to users with different types of color vision deficiencies. Approximately 8% of men and 0.5% of women have some form of color blindness.

Original Palette

Protanopia

Red-blind (approx. 1% of men)

Deuteranopia

Green-blind (approx. 1% of men)

Tritanopia

Blue-blind (very rare)

Achromatopsia

Total color blindness (monochromacy)

Base00

#003DA5

Base01

#A7A8AA

Base02

#FF4F00

Base03

#FFFFFF

Base04

#C8102E

Base05

#000000

Base06

#F0F0F0

Base07

#FFC0CB

Base08

#C8102E

Base09

#FF4F00

Base0A

#003DA5

Base0B

#A7A8AA

Base0C

#7FFF00

Base0D

#00BFFF

Base0E

#DDA0DD

Base0F

#FFD700

Color Wheel Distribution

Harmony Analysis

Dominant Temperature

--

Harmony Type

--

Analyzing color relationships...

Color Values (HSL)

Select Background

Select Text Color

Contrast Analysis

Aa

The quick brown fox jumps over the lazy dog.

Contrast Ratio --

Normal Text

WCAG AA --
WCAG AAA --

Large Text

WCAG AA --
WCAG AAA --

Understanding WCAG Scores

Normal Text

  • AA requires 4.5:1 ratio
  • AAA requires 7.0:1 ratio

Large Text (18pt+ or 14pt+ bold)

  • AA requires 3.0:1 ratio
  • AAA requires 4.5:1 ratio

What would you like to do?

Other Similar Palettes

#002D5C
#D9D9D9
#A8CBB7
#FF6B6B
#F9F7F1
#EFECE5
#EFECE5
#689775
#3B5B5D
#B1C4D4
#BAC8B2
#C3D4C6
#B7D2D6
#A8E6CF
#FF6F61
#B2E0E3
#A76D6D
#FFB6C1
#AFEEEE
#003DA5
#C8102E
#FF4F00
#A7A8AA
#FFFFFF
#000000
#FFFFFF
#FF4F00
#C8102E
#FF4F00
#003DA5
#A7A8AA
#0000FF
#00FF00
#FF00FF
#00FFFF

Update Your Palette

Current Palette

Base00
Base01
Base02
Base03
Base04
Base05
Base06
Base07
Base08
Base09
Base0A
Base0B
Base0C
Base0D
Base0E
Base0F

NASA Soft Base16 Palette

Try these examples: