Pink Beach Color Palette

Discover the beautiful Pink Beach color palette featuring cinderella (#fad7d2), champagne (#faf2d1), swans down (#def0e9), cinderella (#fddfe1) and apricot peach (#fcc3b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Cream, Feminine, Light, Mint, Peach, Pink, Soft, Summer 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: #fad7d2;
}
.color-2 {
color: #faf2d1;
}
.color-3 {
color: #def0e9;
}
.color-4 {
color: #fddfe1;
}
.color-5 {
color: #fcc3b8;
}

/* CSS Variables */
:root {
--color-1: #fad7d2;
--color-2: #faf2d1;
--color-3: #def0e9;
--color-4: #fddfe1;
--color-5: #fcc3b8;
}

🌈 Pink Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7d2, #faf2d1, #def0e9, #fddfe1, #fcc3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7d2, #faf2d1, #def0e9, #fddfe1, #fcc3b8);
}

Pink Beach color palette created on .