Discover the beautiful Rusty Buccaneer color palette featuring matrix (#af524b), brandy rose (#b6897c), eunry (#d6b4a4), just right (#e9c9b4) and dairy cream (#f8e4b4).

Rusty Buccaneer Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Rusty Buccaneer palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Rusty Buccaneer palette

Share this palette to:

💻 Rusty Buccaneer color palette CSS

/* CSS */
.color-1 {
color: #af524b;
}
.color-2 {
color: #b6897c;
}
.color-3 {
color: #d6b4a4;
}
.color-4 {
color: #e9c9b4;
}
.color-5 {
color: #f8e4b4;
}

/* CSS Variables */
:root {
--color-1: #af524b;
--color-2: #b6897c;
--color-3: #d6b4a4;
--color-4: #e9c9b4;
--color-5: #f8e4b4;
}

🌈 Rusty Buccaneer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af524b, #b6897c, #d6b4a4, #e9c9b4, #f8e4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af524b, #b6897c, #d6b4a4, #e9c9b4, #f8e4b4);
}

Rusty Buccaneer color palette created on .