Siren's Treasure Color Palette
Discover the beautiful Siren's Treasure color palette featuring copper rust (#a54a4a), coral tree (#a76c6c), eunry (#d6a199), rose fog (#e5c1b3) and pot pourri (#f2e2d9).
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 Siren's Treasure palette
💻 Siren's Treasure color palette CSS
/* CSS */
.color-1 {
color: #a54a4a;
}
.color-2 {
color: #a76c6c;
}
.color-3 {
color: #d6a199;
}
.color-4 {
color: #e5c1b3;
}
.color-5 {
color: #f2e2d9;
}
/* CSS Variables */
:root {
--color-1: #a54a4a;
--color-2: #a76c6c;
--color-3: #d6a199;
--color-4: #e5c1b3;
--color-5: #f2e2d9;
} 🌈 Siren's Treasure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a54a4a, #a76c6c, #d6a199, #e5c1b3, #f2e2d9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a54a4a, #a76c6c, #d6a199, #e5c1b3, #f2e2d9);
} 🔗 Explore similar color palettes
Siren's Treasure color palette created on .