Angsty Color Palette

Discover the beautiful Angsty color palette featuring woody brown (#463435), smoky (#675374), mountbatten pink (#a18294), maverick (#d9c4d8) and prim (#f3e2f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Cream, Earthy, Elegant, Lilac, Neutral, Warm 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 Angsty palette

Share this palette to:

💻 Angsty color palette CSS

/* CSS */
.color-1 {
color: #463435;
}
.color-2 {
color: #675374;
}
.color-3 {
color: #a18294;
}
.color-4 {
color: #d9c4d8;
}
.color-5 {
color: #f3e2f2;
}

/* CSS Variables */
:root {
--color-1: #463435;
--color-2: #675374;
--color-3: #a18294;
--color-4: #d9c4d8;
--color-5: #f3e2f2;
}

🌈 Angsty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #463435, #675374, #a18294, #d9c4d8, #f3e2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #463435, #675374, #a18294, #d9c4d8, #f3e2f2);
}

Angsty color palette created on .