Te Llore Color Palette
Discover the beautiful Te Llore color palette featuring harvest gold (#e3b472), raw sienna (#d2864b), paarl (#a75b2f), tapestry (#b95f8e) and mandys pink (#f1c1a7).
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 Te Llore palette
💻 Te Llore color palette CSS
/* CSS */
.color-1 {
color: #e3b472;
}
.color-2 {
color: #d2864b;
}
.color-3 {
color: #a75b2f;
}
.color-4 {
color: #b95f8e;
}
.color-5 {
color: #f1c1a7;
}
/* CSS Variables */
:root {
--color-1: #e3b472;
--color-2: #d2864b;
--color-3: #a75b2f;
--color-4: #b95f8e;
--color-5: #f1c1a7;
}
🌈 Te Llore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b472, #d2864b, #a75b2f, #b95f8e, #f1c1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b472, #d2864b, #a75b2f, #b95f8e, #f1c1a7);
}
🔗 Explore similar color palettes
Te Llore color palette created on .