Whispers of Rosewood Color Palette

Discover the beautiful Whispers of Rosewood color palette featuring bizarre (#efdad7), bizarre (#efdad6), quicksand (#c1a59b), eunry (#d19b91) and coral tree (#a15d6a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Earthy, Minimalist, Peach, Pink, Soft, Warm 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 Rosewood palette

Share this palette to:

💻 Whispers of Rosewood color palette CSS

/* CSS */
.color-1 {
color: #efdad7;
}
.color-2 {
color: #efdad6;
}
.color-3 {
color: #c1a59b;
}
.color-4 {
color: #d19b91;
}
.color-5 {
color: #a15d6a;
}

/* CSS Variables */
:root {
--color-1: #efdad7;
--color-2: #efdad6;
--color-3: #c1a59b;
--color-4: #d19b91;
--color-5: #a15d6a;
}

🌈 Whispers of Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efdad7, #efdad6, #c1a59b, #d19b91, #a15d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efdad7, #efdad6, #c1a59b, #d19b91, #a15d6a);
}

Whispers of Rosewood color palette created on .