Xiaro Dream Color Palette
Discover the beautiful Xiaro Dream color palette featuring manhattan (#f5c1a3), wewak (#f3a6a0), froly (#f174a2), charm (#d6618e) and tapestry (#9c4f8b).
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 Xiaro Dream palette
💻 Xiaro Dream color palette CSS
/* CSS */
.color-1 {
color: #f5c1a3;
}
.color-2 {
color: #f3a6a0;
}
.color-3 {
color: #f174a2;
}
.color-4 {
color: #d6618e;
}
.color-5 {
color: #9c4f8b;
}
/* CSS Variables */
:root {
--color-1: #f5c1a3;
--color-2: #f3a6a0;
--color-3: #f174a2;
--color-4: #d6618e;
--color-5: #9c4f8b;
} 🌈 Xiaro Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c1a3, #f3a6a0, #f174a2, #d6618e, #9c4f8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c1a3, #f3a6a0, #f174a2, #d6618e, #9c4f8b);
} 🔗 Explore similar color palettes
Xiaro Dream color palette created on .