Insane ASSylum Color Palette

Discover the beautiful Insane ASSylum color palette featuring medium carmine (#b93c3c), zest (#e87d30), saffron (#f6d13c), monte carlo (#75c7b2) and chambray (#3d5a8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Modern, Orange, Psychedelic, Red, Teal, Vibrant, Yellow 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 Insane ASSylum palette

Share this palette to:

💻 Insane ASSylum color palette CSS

/* CSS */
.color-1 {
color: #b93c3c;
}
.color-2 {
color: #e87d30;
}
.color-3 {
color: #f6d13c;
}
.color-4 {
color: #75c7b2;
}
.color-5 {
color: #3d5a8f;
}

/* CSS Variables */
:root {
--color-1: #b93c3c;
--color-2: #e87d30;
--color-3: #f6d13c;
--color-4: #75c7b2;
--color-5: #3d5a8f;
}

🌈 Insane ASSylum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c3c, #e87d30, #f6d13c, #75c7b2, #3d5a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c3c, #e87d30, #f6d13c, #75c7b2, #3d5a8f);
}

Insane ASSylum color palette created on .