Fuchsia Fantasy Color Palette

Discover the beautiful Fuchsia Fantasy color palette featuring hot pink (#ff75b8), wild strawberry (#ff3d91), rose (#ff1a6e), razzmatazz (#d6006f) and lipstick (#a80049).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Fun, Pink, Vibrant color palettes and combinations.

💡 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 Fuchsia Fantasy palette

Share this palette to:

💻 Fuchsia Fantasy color palette CSS

/* CSS */
.color-1 {
color: #ff75b8;
}
.color-2 {
color: #ff3d91;
}
.color-3 {
color: #ff1a6e;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #a80049;
}

/* CSS Variables */
:root {
--color-1: #ff75b8;
--color-2: #ff3d91;
--color-3: #ff1a6e;
--color-4: #d6006f;
--color-5: #a80049;
}

🌈 Fuchsia Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75b8, #ff3d91, #ff1a6e, #d6006f, #a80049);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75b8, #ff3d91, #ff1a6e, #d6006f, #a80049);
}

Fuchsia Fantasy color palette created on .