Isabella Color Palette
Discover the beautiful Isabella color palette featuring light orchid (#e3a6c7), viola (#c680bc), wisteria (#a76cb2), deluge (#795da8) and gigas (#4f3f97).
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 Isabella palette
💻 Isabella color palette CSS
/* CSS */
.color-1 {
color: #e3a6c7;
}
.color-2 {
color: #c680bc;
}
.color-3 {
color: #a76cb2;
}
.color-4 {
color: #795da8;
}
.color-5 {
color: #4f3f97;
}
/* CSS Variables */
:root {
--color-1: #e3a6c7;
--color-2: #c680bc;
--color-3: #a76cb2;
--color-4: #795da8;
--color-5: #4f3f97;
} 🌈 Isabella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a6c7, #c680bc, #a76cb2, #795da8, #4f3f97);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a6c7, #c680bc, #a76cb2, #795da8, #4f3f97);
} 🔗 Explore similar color palettes
Isabella color palette created on .