Whispering Petals Color Palette

Discover the beautiful Whispering Petals color palette featuring oyster pink (#e6c7c7), eunry (#d3a7a7), beauty bush (#f4d2d2), opal (#a5c5c5) and gulf stream (#8ab7b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Pink, Soft 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 Whispering Petals palette

Share this palette to:

💻 Whispering Petals color palette CSS

/* CSS */
.color-1 {
color: #e6c7c7;
}
.color-2 {
color: #d3a7a7;
}
.color-3 {
color: #f4d2d2;
}
.color-4 {
color: #a5c5c5;
}
.color-5 {
color: #8ab7b7;
}

/* CSS Variables */
:root {
--color-1: #e6c7c7;
--color-2: #d3a7a7;
--color-3: #f4d2d2;
--color-4: #a5c5c5;
--color-5: #8ab7b7;
}

🌈 Whispering Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c7c7, #d3a7a7, #f4d2d2, #a5c5c5, #8ab7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c7c7, #d3a7a7, #f4d2d2, #a5c5c5, #8ab7b7);
}

Whispering Petals color palette created on .