Rosewood Shades Color Palette

Discover the beautiful Rosewood Shades color palette featuring new york pink (#d57c7e), manhattan (#f4b69f), givry (#f8e0c4), pavlova (#d9c49b) and sandal (#b59278).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Peach, Coral, Bright, 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 Rosewood Shades palette

Share this palette to:

💻 Rosewood Shades color palette CSS

/* CSS */
.color-1 {
color: #d57c7e;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #f8e0c4;
}
.color-4 {
color: #d9c49b;
}
.color-5 {
color: #b59278;
}

/* CSS Variables */
:root {
--color-1: #d57c7e;
--color-2: #f4b69f;
--color-3: #f8e0c4;
--color-4: #d9c49b;
--color-5: #b59278;
}

🌈 Rosewood Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57c7e, #f4b69f, #f8e0c4, #d9c49b, #b59278);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57c7e, #f4b69f, #f8e0c4, #d9c49b, #b59278);
}

Rosewood Shades color palette created on .