Something (Eats at Me) Color Palette

Discover the beautiful Something (Eats at Me) color palette featuring gigas (#5f3c8b), wisteria (#a45db6), azalea (#f0b7e3), california (#ff9900) and vermilion (#ff4d00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Yellow, Orange, Bright, Fun, Vibrant, Spring, Summer 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 Something (Eats at Me) palette

Share this palette to:

💻 Something (Eats at Me) color palette CSS

/* CSS */
.color-1 {
color: #5f3c8b;
}
.color-2 {
color: #a45db6;
}
.color-3 {
color: #f0b7e3;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #5f3c8b;
--color-2: #a45db6;
--color-3: #f0b7e3;
--color-4: #ff9900;
--color-5: #ff4d00;
}

🌈 Something (Eats at Me) background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f3c8b, #a45db6, #f0b7e3, #ff9900, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f3c8b, #a45db6, #f0b7e3, #ff9900, #ff4d00);
}

Something (Eats at Me) color palette created on .