Huehive Logo

HueHive

#00A3E0 Sky Blue
#333333 Charcoal
#F5F5F5 White Smoke
#708090 Slate Gray
#98FF98 Mint Green

Clean Arch Linux Palette

Palette Description

Here’s a clean color palette that would work well for an Arch Linux Hyprland Waybar ricing setup. This palette includes crisp and modern colors that emphasize clarity and simplicity.

json
{
  "palette_name": "Clean Arch Linux Palette",
  "colors": [
    {
      "name": "Sky Blue",
      "hex_code": "
                            
                            #00A3E0
                        "
    },
    {
      "name": "Charcoal",
      "hex_code": "
                            
                            #333333
                        "
    },
    {
      "name": "White Smoke",
      "hex_code": "
                            
                            #F5F5F5
                        "
    },
    {
      "name": "Slate Gray",
      "hex_code": "
                            
                            #708090
                        "
    },
    {
      "name": "Mint Green",
      "hex_code": "
                            
                            #98FF98
                        "
    }
  ]
}

This palette combines a vibrant sky blue for accents, a dark charcoal for text, a soft white smoke for backgrounds, a neutral slate gray for borders or shadows, and a mint green for highlights or notifications.

Would you like suggestions for how to implement this palette in Waybar or any specific elements you want to customize?