Pink Beach Color Palette

Discover the beautiful Pink Beach color palette featuring shilo (#e7b2b1), wewak (#f6a4a2), azalea (#f7cac9), fringy flower (#b2e0d1) and half baked (#84c9d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Spring, Teal 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 Beach palette

Share this palette to:

💻 Pink Beach color palette CSS

/* CSS */
.color-1 {
color: #e7b2b1;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #f7cac9;
}
.color-4 {
color: #b2e0d1;
}
.color-5 {
color: #84c9d2;
}

/* CSS Variables */
:root {
--color-1: #e7b2b1;
--color-2: #f6a4a2;
--color-3: #f7cac9;
--color-4: #b2e0d1;
--color-5: #84c9d2;
}

🌈 Pink Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b2b1, #f6a4a2, #f7cac9, #b2e0d1, #84c9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b2b1, #f6a4a2, #f7cac9, #b2e0d1, #84c9d2);
}

Pink Beach color palette created on .