Petal Whisper Color Palette

Discover the beautiful Petal Whisper color palette featuring quicksand (#b58c93), careys pink (#d0a4a9), pink flare (#e0c2c8), vanilla ice (#f0d0d7) and sea pink (#eba3af).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, 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 Petal Whisper palette

Share this palette to:

💻 Petal Whisper color palette CSS

/* CSS */
.color-1 {
color: #b58c93;
}
.color-2 {
color: #d0a4a9;
}
.color-3 {
color: #e0c2c8;
}
.color-4 {
color: #f0d0d7;
}
.color-5 {
color: #eba3af;
}

/* CSS Variables */
:root {
--color-1: #b58c93;
--color-2: #d0a4a9;
--color-3: #e0c2c8;
--color-4: #f0d0d7;
--color-5: #eba3af;
}

🌈 Petal Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58c93, #d0a4a9, #e0c2c8, #f0d0d7, #eba3af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58c93, #d0a4a9, #e0c2c8, #f0d0d7, #eba3af);
}

Petal Whisper color palette created on .