Negro Morado y Amarillo Color Palette

Discover the beautiful Negro Morado y Amarillo color palette featuring persian indigo (#3b0f70), eminence (#712c90), light wisteria (#ba97d8), saffron (#f6d12c) and saffron (#f7b32b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmethyst, Boho, Bright, Earthy, Lavender, Summer, 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 Negro Morado y Amarillo palette

Share this palette to:

💻 Negro Morado y Amarillo color palette CSS

/* CSS */
.color-1 {
color: #3b0f70;
}
.color-2 {
color: #712c90;
}
.color-3 {
color: #ba97d8;
}
.color-4 {
color: #f6d12c;
}
.color-5 {
color: #f7b32b;
}

/* CSS Variables */
:root {
--color-1: #3b0f70;
--color-2: #712c90;
--color-3: #ba97d8;
--color-4: #f6d12c;
--color-5: #f7b32b;
}

🌈 Negro Morado y Amarillo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0f70, #712c90, #ba97d8, #f6d12c, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0f70, #712c90, #ba97d8, #f6d12c, #f7b32b);
}

Negro Morado y Amarillo color palette created on .