Tortured Soul Color Palette
Discover the beautiful Tortured Soul color palette featuring scarlet gum (#46145f), plum (#833877), hopbush (#cb77a0), wewak (#f2a9b6) and white linen (#f9eae8).
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 Tortured Soul palette
💻 Tortured Soul color palette CSS
/* CSS */
.color-1 {
color: #46145f;
}
.color-2 {
color: #833877;
}
.color-3 {
color: #cb77a0;
}
.color-4 {
color: #f2a9b6;
}
.color-5 {
color: #f9eae8;
}
/* CSS Variables */
:root {
--color-1: #46145f;
--color-2: #833877;
--color-3: #cb77a0;
--color-4: #f2a9b6;
--color-5: #f9eae8;
} 🌈 Tortured Soul background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #46145f, #833877, #cb77a0, #f2a9b6, #f9eae8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #46145f, #833877, #cb77a0, #f2a9b6, #f9eae8);
} 🔗 Explore similar color palettes
Tortured Soul color palette created on .