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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Tropical Elixir color palette created on .