Material Ui 2 Dark Theme

477 views
Primary Main #B0BEC5
Primary Light #E0F7FA
Primary Dark #62757F
On Primary #000000
Secondary Main #D7D9D9
Secondary Light #F0F0F0
Secondary Dark #8A8B8C
On Secondary #000000
Divider / Accent Main #FF80AB
On Accent #000000
Background Paper #121212
Background Default #1E1E1E
Error Main #EF5350
Error Light #FFCDD2
Error Dark #D32F2F
On Error #FFFFFF
Success Main #4CAF50
Success Light #81C784
Success Dark #388E3C
On Success #FFFFFF
Warning Main #FFEB3B
Warning Light #FFF176
Warning Dark #FBC02D
On Warning #000000
Info Main #42A5F5
Info Light #90CAF9
Info Dark #1976D2
On Info #FFFFFF
Text Primary #FFFFFF
Text Secondary #B0BEC5
Text Disabled #7B7B7B
Common Black #000000
Common White #FFFFFF
#B0BEC5 Primary Main
#E0F7FA Primary Light
#62757F Primary Dark
#000000 On Primary
#D7D9D9 Secondary Main
#F0F0F0 Secondary Light
#8A8B8C Secondary Dark
#000000 On Secondary
#FF80AB Divider / Accent Main
#000000 On Accent
#121212 Background Paper
#1E1E1E Background Default
#EF5350 Error Main
#FFCDD2 Error Light
#D32F2F Error Dark
#FFFFFF On Error
#4CAF50 Success Main
#81C784 Success Light
#388E3C Success Dark
#FFFFFF On Success
#FFEB3B Warning Main
#FFF176 Warning Light
#FBC02D Warning Dark
#000000 On Warning
#42A5F5 Info Main
#90CAF9 Info Light
#1976D2 Info Dark
#FFFFFF On Info
#FFFFFF Text Primary
#B0BEC5 Text Secondary
#7B7B7B Text Disabled
#000000 Common Black
#FFFFFF Common White

About This Color Palette

Certainly! Based on your existing Material UI 2 palette in light mode, here’s a complete dark theme color palette that maintains the integrity of your colors while ensuring good contrast and readability. The colors have been adjusted for a dark environment.

Dark Theme Color Palette

Here’s the dark theme color palette in JSON format:

json
{
  "palette_name": "Material UI 2 Dark Theme",
  "colors": [
    {
      "name": "Primary Main",
      "hex_code": "
          
          #B0BEC5
       "
    },
    {
      "name": "Primary Light",
      "hex_code": "
          
          #E0F7FA
       "
    },
    {
      "name": "Primary Dark",
      "hex_code": "
          
          #62757F
       "
    },
    {
      "name": "On Primary",
      "hex_code": "
          
          #000000
       "
    },
    {
      "name": "Secondary Main",
      "hex_code": "
          
          #D7D9D9
       "
    },
    {
      "name": "Secondary Light",
      "hex_code": "
          
          #F0F0F0
       "
    },
    {
      "name": "Secondary Dark",
      "hex_code": "
          
          #8A8B8C
       "
    },
    {
      "name": "On Secondary",
      "hex_code": "
          
          #000000
       "
    },
    {
      "name": "Divider / Accent Main",
      "hex_code": "
          
          #FF80AB
       "
    },
    {
      "name": "On Accent",
      "hex_code": "
          
          #000000
       "
    },
    {
      "name": "Background Paper",
      "hex_code": "
          
          #121212
       "
    },
    {
      "name": "Background Default",
      "hex_code": "
          
          #1E1E1E
       "
    },
    {
      "name": "Error Main",
      "hex_code": "
          
          #EF5350
       "
    },
    {
      "name": "Error Light",
      "hex_code": "
          
          #FFCDD2
       "
    },
    {
      "name": "Error Dark",
      "hex_code": "
          
          #D32F2F
       "
    },
    {
      "name": "On Error",
      "hex_code": "
          
          #FFFFFF
       "
    },
    {
      "name": "Success Main",
      "hex_code": "
          
          #4CAF50
       "
    },
    {
      "name": "Success Light",
      "hex_code": "
          
          #81C784
       "
    },
    {
      "name": "Success Dark",
      "hex_code": "
          
          #388E3C
       "
    },
    {
      "name": "On Success",
      "hex_code": "
          
          #FFFFFF
       "
    },
    {
      "name": "Warning Main",
      "hex_code": "
          
          #FFEB3B
       "
    },
    {
      "name": "Warning Light",
      "hex_code": "
          
          #FFF176
       "
    },
    {
      "name": "Warning Dark",
      "hex_code": "
          
          #FBC02D
       "
    },
    {
      "name": "On Warning",
      "hex_code": "
          
          #000000
       "
    },
    {
      "name": "Info Main",
      "hex_code": "
          
          #42A5F5
       "
    },
    {
      "name": "Info Light",
      "hex_code": "
          
          #90CAF9
       "
    },
    {
      "name": "Info Dark",
      "hex_code": "
          
          #1976D2
       "
    },
    {
      "name": "On Info",
      "hex_code": "
          
          #FFFFFF
       "
    },
    {
      "name": "Text Primary",
      "hex_code": "
          
          #FFFFFF
       "
    },
    {
      "name": "Text Secondary",
      "hex_code": "
          
          #B0BEC5
       "
    },
    {
      "name": "Text Disabled",
      "hex_code": "
          
          #7B7B7B
       "
    },
    {
      "name": "Common Black",
      "hex_code": "
          
          #000000
       "
    },
    {
      "name": "Common White",
      "hex_code": "
          
          #FFFFFF
       "
    }
  ]
}

Palette Description:

  • Primary Colors: Adjusted for better visibility against dark backgrounds while retaining the essence of your theme.
  • Secondary Colors: Softened for contrast but still cohesive with the overall palette.
  • Background Colors: Dark shades ( #121212 for paper and #1E1E1E for default) create a comfortable viewing experience.
  • Text Colors: Light colors for primary text ensure legibility against dark backgrounds, with secondary text providing a softer contrast.

Would you like any further adjustments or additional components for your dark theme?

Other Similar Palettes

#B0BEC5
#E0F7FA
#62757F
#000000
#D7D9D9
#F0F0F0
#8A8B8C
#000000
#FF80AB
#000000
#121212
#1E1E1E
#EF5350
#FFCDD2
#D32F2F
#FFFFFF
#4CAF50
#81C784
#388E3C
#FFFFFF
#FFEB3B
#FFF176
#FBC02D
#000000
#42A5F5
#90CAF9
#1976D2
#FFFFFF
#FFFFFF
#B0BEC5
#7B7B7B
#000000
#FFFFFF
#0052CC
#FFC107
#00C853
#F9FAFB
#F5F5F5
#FFFFFF
#A7C6ED
#3F51B5
#E3F2FD
#FFFFFF
#212121
#2196F3
#B0BEC5
#3498DB
#673AB7
#1B1B1B