Purple Brownie Color Palette

Discover the beautiful Purple Brownie color palette featuring mauve (#dfbfff), cornflower blue (#7466f5), cupid (#f8b1df), pink salmon (#ff86a3) and spice (#65422b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Brown, Coral, Pink 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 Purple Brownie palette

Share this palette to:

💻 Purple Brownie color palette CSS

/* CSS */
.color-1 {
color: #dfbfff;
}
.color-2 {
color: #7466f5;
}
.color-3 {
color: #f8b1df;
}
.color-4 {
color: #ff86a3;
}
.color-5 {
color: #65422b;
}

/* CSS Variables */
:root {
--color-1: #dfbfff;
--color-2: #7466f5;
--color-3: #f8b1df;
--color-4: #ff86a3;
--color-5: #65422b;
}

🌈 Purple Brownie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfbfff, #7466f5, #f8b1df, #ff86a3, #65422b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfbfff, #7466f5, #f8b1df, #ff86a3, #65422b);
}

Purple Brownie color palette created on .