Pink Perla Color Palette

Discover the beautiful Pink Perla color palette featuring albescent white (#f7e2d9), manhattan (#f6b7a2), froly (#f68a79), carnation (#f66067) and radical red (#f63751).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Soft, Spring, Beach 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 Perla palette

Share this palette to:

💻 Pink Perla color palette CSS

/* CSS */
.color-1 {
color: #f7e2d9;
}
.color-2 {
color: #f6b7a2;
}
.color-3 {
color: #f68a79;
}
.color-4 {
color: #f66067;
}
.color-5 {
color: #f63751;
}

/* CSS Variables */
:root {
--color-1: #f7e2d9;
--color-2: #f6b7a2;
--color-3: #f68a79;
--color-4: #f66067;
--color-5: #f63751;
}

🌈 Pink Perla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e2d9, #f6b7a2, #f68a79, #f66067, #f63751);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e2d9, #f6b7a2, #f68a79, #f66067, #f63751);
}

Pink Perla color palette created on .