Vila Color Palette
Discover the beautiful Vila color palette featuring cinderella (#fce5e0), citrine white (#fbf2dd), linen (#fcf5ea), saltpan (#f0f6f1) and mystic (#e1e6ef).
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 Vila palette
💻 Vila color palette CSS
/* CSS */
.color-1 {
color: #fce5e0;
}
.color-2 {
color: #fbf2dd;
}
.color-3 {
color: #fcf5ea;
}
.color-4 {
color: #f0f6f1;
}
.color-5 {
color: #e1e6ef;
}
/* CSS Variables */
:root {
--color-1: #fce5e0;
--color-2: #fbf2dd;
--color-3: #fcf5ea;
--color-4: #f0f6f1;
--color-5: #e1e6ef;
} 🌈 Vila background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce5e0, #fbf2dd, #fcf5ea, #f0f6f1, #e1e6ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce5e0, #fbf2dd, #fcf5ea, #f0f6f1, #e1e6ef);
} 🔗 Explore similar color palettes
Vila color palette created on .