Teenage Dirtbag Color Palette

Discover the beautiful Teenage Dirtbag color palette featuring jacarta (#4f2b70), plum (#863a77), can can (#d897b1), soft amber (#daccba) and buddha gold (#b5a300).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Magenta, 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 Teenage Dirtbag palette

Share this palette to:

💻 Teenage Dirtbag color palette CSS

/* CSS */
.color-1 {
color: #4f2b70;
}
.color-2 {
color: #863a77;
}
.color-3 {
color: #d897b1;
}
.color-4 {
color: #daccba;
}
.color-5 {
color: #b5a300;
}

/* CSS Variables */
:root {
--color-1: #4f2b70;
--color-2: #863a77;
--color-3: #d897b1;
--color-4: #daccba;
--color-5: #b5a300;
}

🌈 Teenage Dirtbag background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f2b70, #863a77, #d897b1, #daccba, #b5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f2b70, #863a77, #d897b1, #daccba, #b5a300);
}

Teenage Dirtbag color palette created on .