Tempting Elegance Color Palette
Discover the beautiful Tempting Elegance color palette featuring strikemaster (#a65e9d), raw sienna (#d38d4a), saffron (#f2b636), sandwisp (#f6e4a2) and camelot (#8e2f4b).
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 Tempting Elegance palette
💻 Tempting Elegance color palette CSS
/* CSS */
.color-1 {
color: #a65e9d;
}
.color-2 {
color: #d38d4a;
}
.color-3 {
color: #f2b636;
}
.color-4 {
color: #f6e4a2;
}
.color-5 {
color: #8e2f4b;
}
/* CSS Variables */
:root {
--color-1: #a65e9d;
--color-2: #d38d4a;
--color-3: #f2b636;
--color-4: #f6e4a2;
--color-5: #8e2f4b;
}
🌈 Tempting Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e9d, #d38d4a, #f2b636, #f6e4a2, #8e2f4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e9d, #d38d4a, #f2b636, #f6e4a2, #8e2f4b);
}
🔗 Explore similar color palettes
Tempting Elegance color palette created on .