Girl Power Color Palette

Discover the beautiful Girl Power color palette featuring french rose (#f25a87), buttercup (#f5a524), golden dream (#f2e03a), seagull (#81d1e9) and butterfly bush (#6a4c94).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Empowerment, Fun, Pink, Spring, Summer, Violet, Yellow 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 Girl Power palette

Share this palette to:

💻 Girl Power color palette CSS

/* CSS */
.color-1 {
color: #f25a87;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f2e03a;
}
.color-4 {
color: #81d1e9;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #f25a87;
--color-2: #f5a524;
--color-3: #f2e03a;
--color-4: #81d1e9;
--color-5: #6a4c94;
}

🌈 Girl Power background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25a87, #f5a524, #f2e03a, #81d1e9, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25a87, #f5a524, #f2e03a, #81d1e9, #6a4c94);
}

Girl Power color palette created on .