Pirate's Treasure Color Palette

Discover the beautiful Pirate's Treasure color palette featuring supernova (#ffcd05), orange (#ff6d1f), radical red (#ff2e62), pigment indigo (#4a0080) and sea green (#2e8a56).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Summer, Orange, Green, Red 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 Pirate's Treasure palette

Share this palette to:

💻 Pirate's Treasure color palette CSS

/* CSS */
.color-1 {
color: #ffcd05;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2e62;
}
.color-4 {
color: #4a0080;
}
.color-5 {
color: #2e8a56;
}

/* CSS Variables */
:root {
--color-1: #ffcd05;
--color-2: #ff6d1f;
--color-3: #ff2e62;
--color-4: #4a0080;
--color-5: #2e8a56;
}

🌈 Pirate's Treasure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcd05, #ff6d1f, #ff2e62, #4a0080, #2e8a56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcd05, #ff6d1f, #ff2e62, #4a0080, #2e8a56);
}

Pirate's Treasure color palette created on .