Poe's Dream Color Palette

Discover the beautiful Poe's Dream color palette featuring mulled wine (#5b3f6e), trendy pink (#8f6c9d), london hue (#bba3c7), light orchid (#e3b0d4) and azalea (#f5c7d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFlower, Light, Pink, Purple, Soft, 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 Poe's Dream palette

Share this palette to:

💻 Poe's Dream color palette CSS

/* CSS */
.color-1 {
color: #5b3f6e;
}
.color-2 {
color: #8f6c9d;
}
.color-3 {
color: #bba3c7;
}
.color-4 {
color: #e3b0d4;
}
.color-5 {
color: #f5c7d5;
}

/* CSS Variables */
:root {
--color-1: #5b3f6e;
--color-2: #8f6c9d;
--color-3: #bba3c7;
--color-4: #e3b0d4;
--color-5: #f5c7d5;
}

🌈 Poe's Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f6e, #8f6c9d, #bba3c7, #e3b0d4, #f5c7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f6e, #8f6c9d, #bba3c7, #e3b0d4, #f5c7d5);
}

Poe's Dream color palette created on .