Sword Color Palette

Discover the beautiful Sword color palette featuring outer space (#273c35), siam (#666c5d), zorba (#a2998b), powder ash (#bcc9c1) and nebula (#e1e6e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Dark, Gray, Green 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 Sword palette

Share this palette to:

💻 Sword color palette CSS

/* CSS */
.color-1 {
color: #273c35;
}
.color-2 {
color: #666c5d;
}
.color-3 {
color: #a2998b;
}
.color-4 {
color: #bcc9c1;
}
.color-5 {
color: #e1e6e4;
}

/* CSS Variables */
:root {
--color-1: #273c35;
--color-2: #666c5d;
--color-3: #a2998b;
--color-4: #bcc9c1;
--color-5: #e1e6e4;
}

🌈 Sword background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #273c35, #666c5d, #a2998b, #bcc9c1, #e1e6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #273c35, #666c5d, #a2998b, #bcc9c1, #e1e6e4);
}

Sword color palette created on .