Emo Vibes Color Palette

Discover the beautiful Emo Vibes color palette featuring martinique (#3d2a47), affair (#7b4b8b), london hue (#b89cc4), melanie (#e1b7d5) and azalea (#f5c7d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Purple, Pink, Pastel 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 Emo Vibes palette

Share this palette to:

💻 Emo Vibes color palette CSS

/* CSS */
.color-1 {
color: #3d2a47;
}
.color-2 {
color: #7b4b8b;
}
.color-3 {
color: #b89cc4;
}
.color-4 {
color: #e1b7d5;
}
.color-5 {
color: #f5c7d4;
}

/* CSS Variables */
:root {
--color-1: #3d2a47;
--color-2: #7b4b8b;
--color-3: #b89cc4;
--color-4: #e1b7d5;
--color-5: #f5c7d4;
}

🌈 Emo Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2a47, #7b4b8b, #b89cc4, #e1b7d5, #f5c7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2a47, #7b4b8b, #b89cc4, #e1b7d5, #f5c7d4);
}

Emo Vibes color palette created on .