Sorrowful Farewell Color Palette
Discover the beautiful Sorrowful Farewell color palette featuring jacarta (#512f72), affair (#9749a0), fuchsia pink (#c46eb6), brandy (#ddbc91) and double colonial white (#efd9af).
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 Sorrowful Farewell palette
💻 Sorrowful Farewell color palette CSS
/* CSS */
.color-1 {
color: #512f72;
}
.color-2 {
color: #9749a0;
}
.color-3 {
color: #c46eb6;
}
.color-4 {
color: #ddbc91;
}
.color-5 {
color: #efd9af;
}
/* CSS Variables */
:root {
--color-1: #512f72;
--color-2: #9749a0;
--color-3: #c46eb6;
--color-4: #ddbc91;
--color-5: #efd9af;
} 🌈 Sorrowful Farewell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #512f72, #9749a0, #c46eb6, #ddbc91, #efd9af);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #512f72, #9749a0, #c46eb6, #ddbc91, #efd9af);
} 🔗 Explore similar color palettes
Sorrowful Farewell color palette created on .