Phobos Color Palette

Discover the beautiful Phobos color palette featuring shark (#1c1e26), tuna (#393b46), abbey (#54575f), manatee (#8d909a) and ghost (#c4c6d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Black, Blue, White, Moon, Space, Deep, Neutral, Cosmic color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Phobos palette

Share this palette to:

💻 Phobos color palette CSS

/* CSS */
.color-1 {
color: #1c1e26;
}
.color-2 {
color: #393b46;
}
.color-3 {
color: #54575f;
}
.color-4 {
color: #8d909a;
}
.color-5 {
color: #c4c6d4;
}

/* CSS Variables */
:root {
--color-1: #1c1e26;
--color-2: #393b46;
--color-3: #54575f;
--color-4: #8d909a;
--color-5: #c4c6d4;
}

🌈 Phobos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e26, #393b46, #54575f, #8d909a, #c4c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e26, #393b46, #54575f, #8d909a, #c4c6d4);
}

Phobos color palette created on .