Bright Pink Green Color Palette

Discover the beautiful Bright Pink Green color palette featuring carissma (#ea85a7), vista blue (#77d49e), puerto rico (#4fba98), stromboli (#356459) and spindle (#bee0ee).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Green, Teal, Blue, Soft, Vibrant, Modern, Summer, Light, Earthy 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 Bright Pink Green palette

Share this palette to:

💻 Bright Pink Green color palette CSS

/* CSS */
.color-1 {
color: #ea85a7;
}
.color-2 {
color: #77d49e;
}
.color-3 {
color: #4fba98;
}
.color-4 {
color: #356459;
}
.color-5 {
color: #bee0ee;
}

/* CSS Variables */
:root {
--color-1: #ea85a7;
--color-2: #77d49e;
--color-3: #4fba98;
--color-4: #356459;
--color-5: #bee0ee;
}

🌈 Bright Pink Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea85a7, #77d49e, #4fba98, #356459, #bee0ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea85a7, #77d49e, #4fba98, #356459, #bee0ee);
}

Bright Pink Green color palette created on .