Fantasy Color Palette
Discover the beautiful Fantasy color palette featuring london hue (#b48cba), vanilla ice (#f1d0d3), fringy flower (#b7e1c9), sandwisp (#f6e6a2) and rose bud (#f7a1a1).
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 Fantasy palette
💻 Fantasy color palette CSS
/* CSS */
.color-1 {
color: #b48cba;
}
.color-2 {
color: #f1d0d3;
}
.color-3 {
color: #b7e1c9;
}
.color-4 {
color: #f6e6a2;
}
.color-5 {
color: #f7a1a1;
}
/* CSS Variables */
:root {
--color-1: #b48cba;
--color-2: #f1d0d3;
--color-3: #b7e1c9;
--color-4: #f6e6a2;
--color-5: #f7a1a1;
} 🌈 Fantasy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b48cba, #f1d0d3, #b7e1c9, #f6e6a2, #f7a1a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b48cba, #f1d0d3, #b7e1c9, #f6e6a2, #f7a1a1);
} 🔗 Explore similar color palettes
Fantasy color palette created on .