Minerva Color Palette

Discover the beautiful Minerva color palette featuring azalea (#f3bfd2), light orchid (#eab8e4), light wisteria (#d6a3e0), lavender (#b68cd9) and purple mountain's majesty (#997ac2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Lavender, Modern, Pink, Purple, Soft, Spring, 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 Minerva palette

Share this palette to:

💻 Minerva color palette CSS

/* CSS */
.color-1 {
color: #f3bfd2;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d6a3e0;
}
.color-4 {
color: #b68cd9;
}
.color-5 {
color: #997ac2;
}

/* CSS Variables */
:root {
--color-1: #f3bfd2;
--color-2: #eab8e4;
--color-3: #d6a3e0;
--color-4: #b68cd9;
--color-5: #997ac2;
}

🌈 Minerva background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3bfd2, #eab8e4, #d6a3e0, #b68cd9, #997ac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3bfd2, #eab8e4, #d6a3e0, #b68cd9, #997ac2);
}

Minerva color palette created on .