Armor Color Palette

Discover the beautiful Armor color palette featuring river bed (#4a4e68), web orange (#f0a400), rajah (#f6bc60), portica (#f9ed67) and rose bud (#f9a79f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Gold, Yellow, Bright, Modern, Earthy, Neutral, Soft, Deep 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 Armor palette

Share this palette to:

💻 Armor color palette CSS

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f6bc60;
}
.color-4 {
color: #f9ed67;
}
.color-5 {
color: #f9a79f;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #f0a400;
--color-3: #f6bc60;
--color-4: #f9ed67;
--color-5: #f9a79f;
}

🌈 Armor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #f0a400, #f6bc60, #f9ed67, #f9a79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #f0a400, #f6bc60, #f9ed67, #f9a79f);
}

Armor color palette created on .