Dusky Rose Reverie Color Palette

Discover the beautiful Dusky Rose Reverie color palette featuring buccaneer (#5e2b3c), bouquet (#a87a8c), lily (#d0afc4), melanie (#e7cadc) and revolver (#1d0f24).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Deep, Pink, Soft 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 Dusky Rose Reverie palette

Share this palette to:

💻 Dusky Rose Reverie color palette CSS

/* CSS */
.color-1 {
color: #5e2b3c;
}
.color-2 {
color: #a87a8c;
}
.color-3 {
color: #d0afc4;
}
.color-4 {
color: #e7cadc;
}
.color-5 {
color: #1d0f24;
}

/* CSS Variables */
:root {
--color-1: #5e2b3c;
--color-2: #a87a8c;
--color-3: #d0afc4;
--color-4: #e7cadc;
--color-5: #1d0f24;
}

🌈 Dusky Rose Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b3c, #a87a8c, #d0afc4, #e7cadc, #1d0f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b3c, #a87a8c, #d0afc4, #e7cadc, #1d0f24);
}

Dusky Rose Reverie color palette created on .