Magical Fantasy Color Palette
Discover the beautiful Magical Fantasy color palette featuring khaki (#f0e68f), spindle (#b5d5e8), bittersweet (#fe6f62), purple mountain's majesty (#a57dba) and illusion (#f8a5b4).
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 Magical Fantasy palette
💻 Magical Fantasy color palette CSS
/* CSS */
.color-1 {
color: #f0e68f;
}
.color-2 {
color: #b5d5e8;
}
.color-3 {
color: #fe6f62;
}
.color-4 {
color: #a57dba;
}
.color-5 {
color: #f8a5b4;
}
/* CSS Variables */
:root {
--color-1: #f0e68f;
--color-2: #b5d5e8;
--color-3: #fe6f62;
--color-4: #a57dba;
--color-5: #f8a5b4;
} 🌈 Magical Fantasy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e68f, #b5d5e8, #fe6f62, #a57dba, #f8a5b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e68f, #b5d5e8, #fe6f62, #a57dba, #f8a5b4);
} 🔗 Explore similar color palettes
Magical Fantasy color palette created on .