Jobah Vibes Color Palette

Discover the beautiful Jobah Vibes color palette featuring mirage (#1d1f3a), east bay (#4a3c6d), rum (#7a6a90), dusty gray (#a88f9f) and manhattan (#f3c5a0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Earthy, Lavender, Light, Modern, Purple, Soft, Spring, 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 Jobah Vibes palette

Share this palette to:

💻 Jobah Vibes color palette CSS

/* CSS */
.color-1 {
color: #1d1f3a;
}
.color-2 {
color: #4a3c6d;
}
.color-3 {
color: #7a6a90;
}
.color-4 {
color: #a88f9f;
}
.color-5 {
color: #f3c5a0;
}

/* CSS Variables */
:root {
--color-1: #1d1f3a;
--color-2: #4a3c6d;
--color-3: #7a6a90;
--color-4: #a88f9f;
--color-5: #f3c5a0;
}

🌈 Jobah Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f3a, #4a3c6d, #7a6a90, #a88f9f, #f3c5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f3a, #4a3c6d, #7a6a90, #a88f9f, #f3c5a0);
}

Jobah Vibes color palette created on .