Soft Pink Color Palette

Discover the beautiful Soft Pink color palette featuring carnation (#ff5260), yellow orange (#ffaa42), golden tainoi (#ffd15c), vista blue (#8fd1a3) and puerto rico (#47c2ba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Orange, Yellow, Green, Teal, Vibrant, Spring, Beach, Fun, Bright 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 Soft Pink palette

Share this palette to:

💻 Soft Pink color palette CSS

/* CSS */
.color-1 {
color: #ff5260;
}
.color-2 {
color: #ffaa42;
}
.color-3 {
color: #ffd15c;
}
.color-4 {
color: #8fd1a3;
}
.color-5 {
color: #47c2ba;
}

/* CSS Variables */
:root {
--color-1: #ff5260;
--color-2: #ffaa42;
--color-3: #ffd15c;
--color-4: #8fd1a3;
--color-5: #47c2ba;
}

🌈 Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5260, #ffaa42, #ffd15c, #8fd1a3, #47c2ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5260, #ffaa42, #ffd15c, #8fd1a3, #47c2ba);
}

Soft Pink color palette created on .