Magenta Forest Color Palette

Discover the beautiful Magenta Forest color palette featuring lipstick (#b30059), razzmatazz (#d10070), rose (#ff0080), wild watermelon (#ff4d7c) and cotton candy (#ffb3da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Forest, Magenta, Pink, Spring, Summer, 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 Magenta Forest palette

Share this palette to:

💻 Magenta Forest color palette CSS

/* CSS */
.color-1 {
color: #b30059;
}
.color-2 {
color: #d10070;
}
.color-3 {
color: #ff0080;
}
.color-4 {
color: #ff4d7c;
}
.color-5 {
color: #ffb3da;
}

/* CSS Variables */
:root {
--color-1: #b30059;
--color-2: #d10070;
--color-3: #ff0080;
--color-4: #ff4d7c;
--color-5: #ffb3da;
}

🌈 Magenta Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b30059, #d10070, #ff0080, #ff4d7c, #ffb3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b30059, #d10070, #ff0080, #ff4d7c, #ffb3da);
}

Magenta Forest color palette created on .