Lord of Desiases Color Palette
Discover the beautiful Lord of Desiases color palette featuring mulled wine (#4c3d6c), rum (#725b8b), lavender purple (#a68cba), prelude (#e0c0e3) and givry (#f9d4c3).
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 Lord of Desiases palette
💻 Lord of Desiases color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #725b8b;
}
.color-3 {
color: #a68cba;
}
.color-4 {
color: #e0c0e3;
}
.color-5 {
color: #f9d4c3;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #725b8b;
--color-3: #a68cba;
--color-4: #e0c0e3;
--color-5: #f9d4c3;
} 🌈 Lord of Desiases background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #725b8b, #a68cba, #e0c0e3, #f9d4c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #725b8b, #a68cba, #e0c0e3, #f9d4c3);
} 🔗 Explore similar color palettes
Lord of Desiases color palette created on .