Emo Vibes Color Palette

Discover the beautiful Emo Vibes color palette featuring bright gray (#3c3d4e), mid gray (#5b5d6b), waterloo (#7f8090), santas gray (#a4a5b2) and mischka (#d6d7e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Black, Gray 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: #3c3d4e;
}
.color-2 {
color: #5b5d6b;
}
.color-3 {
color: #7f8090;
}
.color-4 {
color: #a4a5b2;
}
.color-5 {
color: #d6d7e0;
}

/* CSS Variables */
:root {
--color-1: #3c3d4e;
--color-2: #5b5d6b;
--color-3: #7f8090;
--color-4: #a4a5b2;
--color-5: #d6d7e0;
}

🌈 Emo Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3d4e, #5b5d6b, #7f8090, #a4a5b2, #d6d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3d4e, #5b5d6b, #7f8090, #a4a5b2, #d6d7e0);
}

Emo Vibes color palette created on .