Shining Armor Color Palette

Discover the beautiful Shining Armor color palette featuring mischka (#d6d0e1), santas gray (#a3a0b6), storm gray (#6e6a8a), victoria (#4b4c9b) and rhino (#2e2d5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Elegant, Gray, Minimalist, Modern, Soft, Vintage 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 Shining Armor palette

Share this palette to:

💻 Shining Armor color palette CSS

/* CSS */
.color-1 {
color: #d6d0e1;
}
.color-2 {
color: #a3a0b6;
}
.color-3 {
color: #6e6a8a;
}
.color-4 {
color: #4b4c9b;
}
.color-5 {
color: #2e2d5d;
}

/* CSS Variables */
:root {
--color-1: #d6d0e1;
--color-2: #a3a0b6;
--color-3: #6e6a8a;
--color-4: #4b4c9b;
--color-5: #2e2d5d;
}

🌈 Shining Armor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d0e1, #a3a0b6, #6e6a8a, #4b4c9b, #2e2d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d0e1, #a3a0b6, #6e6a8a, #4b4c9b, #2e2d5d);
}

Shining Armor color palette created on .