Julius The Cat Color Palette

Discover the beautiful Julius The Cat color palette featuring melanie (#e1b7c9), blossom (#d9a6c3), london hue (#b58dbf), blue bell (#8b83c9) and moody blue (#707bd2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCat, Pink, Purple, Blue, Bright, Aesthetic, Vibrant, Fun, Soft 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 Julius The Cat palette

Share this palette to:

💻 Julius The Cat color palette CSS

/* CSS */
.color-1 {
color: #e1b7c9;
}
.color-2 {
color: #d9a6c3;
}
.color-3 {
color: #b58dbf;
}
.color-4 {
color: #8b83c9;
}
.color-5 {
color: #707bd2;
}

/* CSS Variables */
:root {
--color-1: #e1b7c9;
--color-2: #d9a6c3;
--color-3: #b58dbf;
--color-4: #8b83c9;
--color-5: #707bd2;
}

🌈 Julius The Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7c9, #d9a6c3, #b58dbf, #8b83c9, #707bd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7c9, #d9a6c3, #b58dbf, #8b83c9, #707bd2);
}

Julius The Cat color palette created on .