Isabella Color Palette
Discover the beautiful Isabella color palette featuring blossom (#daa4c8), we peep (#f3c9e3), cinderella (#fce4cf), selective yellow (#fab700) and orange peel (#e6a100).
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: #daa4c8;
}
.color-2 {
color: #f3c9e3;
}
.color-3 {
color: #fce4cf;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #e6a100;
}
/* CSS Variables */
:root {
--color-1: #daa4c8;
--color-2: #f3c9e3;
--color-3: #fce4cf;
--color-4: #fab700;
--color-5: #e6a100;
} 🌈 Isabella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa4c8, #f3c9e3, #fce4cf, #fab700, #e6a100);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa4c8, #f3c9e3, #fce4cf, #fab700, #e6a100);
} 🔗 Explore similar color palettes
Isabella color palette created on .