Pink Fashionista Color Palette

Discover the beautiful Pink Fashionista color palette featuring shocking (#e58bb5), cherokee (#f9cb80), sandwisp (#f8efaa), aquamarine blue (#70c8e1) and shadow green (#8cc0ba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Yellow, Teal, Bright, Soft, Spring, Coastal, 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 Pink Fashionista palette

Share this palette to:

💻 Pink Fashionista color palette CSS

/* CSS */
.color-1 {
color: #e58bb5;
}
.color-2 {
color: #f9cb80;
}
.color-3 {
color: #f8efaa;
}
.color-4 {
color: #70c8e1;
}
.color-5 {
color: #8cc0ba;
}

/* CSS Variables */
:root {
--color-1: #e58bb5;
--color-2: #f9cb80;
--color-3: #f8efaa;
--color-4: #70c8e1;
--color-5: #8cc0ba;
}

🌈 Pink Fashionista background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e58bb5, #f9cb80, #f8efaa, #70c8e1, #8cc0ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e58bb5, #f9cb80, #f8efaa, #70c8e1, #8cc0ba);
}

Pink Fashionista color palette created on .