Rosewood Blush Color Palette

Discover the beautiful Rosewood Blush color palette featuring pampas (#f3f1ed), wafer (#e2d5ca), vanilla (#d2b2a3), oriental pink (#bf8d8e) and turkish rose (#b7717e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Cream, Coral, Pink, Light 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 Rosewood Blush palette

Share this palette to:

💻 Rosewood Blush color palette CSS

/* CSS */
.color-1 {
color: #f3f1ed;
}
.color-2 {
color: #e2d5ca;
}
.color-3 {
color: #d2b2a3;
}
.color-4 {
color: #bf8d8e;
}
.color-5 {
color: #b7717e;
}

/* CSS Variables */
:root {
--color-1: #f3f1ed;
--color-2: #e2d5ca;
--color-3: #d2b2a3;
--color-4: #bf8d8e;
--color-5: #b7717e;
}

🌈 Rosewood Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f1ed, #e2d5ca, #d2b2a3, #bf8d8e, #b7717e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f1ed, #e2d5ca, #d2b2a3, #bf8d8e, #b7717e);
}

Rosewood Blush color palette created on .