Rosewood Elegance Color Palette

Discover the beautiful Rosewood Elegance color palette featuring rosewood (#66000c), old brick (#9c1c2d), cranberry (#d45e7d), wewak (#f2a6b0) and cherub (#f8d8da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Pink, Vintage 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 Elegance palette

Share this palette to:

๐Ÿ’ป Rosewood Elegance color palette CSS

/* CSS */
.color-1 {
color: #66000c;
}
.color-2 {
color: #9c1c2d;
}
.color-3 {
color: #d45e7d;
}
.color-4 {
color: #f2a6b0;
}
.color-5 {
color: #f8d8da;
}

/* CSS Variables */
:root {
--color-1: #66000c;
--color-2: #9c1c2d;
--color-3: #d45e7d;
--color-4: #f2a6b0;
--color-5: #f8d8da;
}

๐ŸŒˆ Rosewood Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66000c, #9c1c2d, #d45e7d, #f2a6b0, #f8d8da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66000c, #9c1c2d, #d45e7d, #f2a6b0, #f8d8da);
}

Rosewood Elegance color palette created on .