Sophisticated Pink Color Palette

Discover the beautiful Sophisticated Pink color palette featuring rum (#6c5b80), selective yellow (#fab700), bone (#e7d4c5), froly (#f67481) and turkish rose (#c06d84).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Coral, Cream, 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 Sophisticated Pink palette

Share this palette to:

💻 Sophisticated Pink color palette CSS

/* CSS */
.color-1 {
color: #6c5b80;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #e7d4c5;
}
.color-4 {
color: #f67481;
}
.color-5 {
color: #c06d84;
}

/* CSS Variables */
:root {
--color-1: #6c5b80;
--color-2: #fab700;
--color-3: #e7d4c5;
--color-4: #f67481;
--color-5: #c06d84;
}

🌈 Sophisticated Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c5b80, #fab700, #e7d4c5, #f67481, #c06d84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c5b80, #fab700, #e7d4c5, #f67481, #c06d84);
}

Sophisticated Pink color palette created on .