Whispers of Rose Color Palette

Discover the beautiful Whispers of Rose color palette featuring we peep (#f5d9d6), shilo (#eab7b3), petite orchid (#e19da2), charm (#d56c8a) and mulberry (#c45a7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Soft, Spring 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 Whispers of Rose palette

Share this palette to:

💻 Whispers of Rose color palette CSS

/* CSS */
.color-1 {
color: #f5d9d6;
}
.color-2 {
color: #eab7b3;
}
.color-3 {
color: #e19da2;
}
.color-4 {
color: #d56c8a;
}
.color-5 {
color: #c45a7b;
}

/* CSS Variables */
:root {
--color-1: #f5d9d6;
--color-2: #eab7b3;
--color-3: #e19da2;
--color-4: #d56c8a;
--color-5: #c45a7b;
}

🌈 Whispers of Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d9d6, #eab7b3, #e19da2, #d56c8a, #c45a7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d9d6, #eab7b3, #e19da2, #d56c8a, #c45a7b);
}

Whispers of Rose color palette created on .