Crowley's Charm Color Palette

Discover the beautiful Crowley's Charm color palette featuring eggplant (#492c49), strikemaster (#7e4e7e), bouquet (#b17cb1), illusion (#f1a7d8) and vivid tangerine (#ff8a8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Light, Pink, Purple, Soft, Vibrant 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 Crowley's Charm palette

Share this palette to:

💻 Crowley's Charm color palette CSS

/* CSS */
.color-1 {
color: #492c49;
}
.color-2 {
color: #7e4e7e;
}
.color-3 {
color: #b17cb1;
}
.color-4 {
color: #f1a7d8;
}
.color-5 {
color: #ff8a8a;
}

/* CSS Variables */
:root {
--color-1: #492c49;
--color-2: #7e4e7e;
--color-3: #b17cb1;
--color-4: #f1a7d8;
--color-5: #ff8a8a;
}

🌈 Crowley's Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c49, #7e4e7e, #b17cb1, #f1a7d8, #ff8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c49, #7e4e7e, #b17cb1, #f1a7d8, #ff8a8a);
}

Crowley's Charm color palette created on .