Tropical Elixir Color Palette

Discover the beautiful Tropical Elixir color palette featuring brown rust (#a55d3b), buccaneer (#6e3b3a), gimblet (#c1a77b), shilo (#e8b5c0) and mandys pink (#f0c19e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Beach, Warm, Amber, Tropical 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 Tropical Elixir palette

Share this palette to:

💻 Tropical Elixir color palette CSS

/* CSS */
.color-1 {
color: #a55d3b;
}
.color-2 {
color: #6e3b3a;
}
.color-3 {
color: #c1a77b;
}
.color-4 {
color: #e8b5c0;
}
.color-5 {
color: #f0c19e;
}

/* CSS Variables */
:root {
--color-1: #a55d3b;
--color-2: #6e3b3a;
--color-3: #c1a77b;
--color-4: #e8b5c0;
--color-5: #f0c19e;
}

🌈 Tropical Elixir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a55d3b, #6e3b3a, #c1a77b, #e8b5c0, #f0c19e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a55d3b, #6e3b3a, #c1a77b, #e8b5c0, #f0c19e);
}

Tropical Elixir color palette created on .