Maria Robotnik Color Palette

Discover the beautiful Maria Robotnik color palette featuring melanie (#e1b7d1), viola (#c97eb7), tapestry (#a65e8c), cosmic (#6b3d5c) and martinique (#2e2c49).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Fun, Modern, Pink, Purple, Summer, 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 Maria Robotnik palette

Share this palette to:

💻 Maria Robotnik color palette CSS

/* CSS */
.color-1 {
color: #e1b7d1;
}
.color-2 {
color: #c97eb7;
}
.color-3 {
color: #a65e8c;
}
.color-4 {
color: #6b3d5c;
}
.color-5 {
color: #2e2c49;
}

/* CSS Variables */
:root {
--color-1: #e1b7d1;
--color-2: #c97eb7;
--color-3: #a65e8c;
--color-4: #6b3d5c;
--color-5: #2e2c49;
}

🌈 Maria Robotnik background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d1, #c97eb7, #a65e8c, #6b3d5c, #2e2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d1, #c97eb7, #a65e8c, #6b3d5c, #2e2c49);
}

Maria Robotnik color palette created on .