Mavuika Sunrise Color Palette

Discover the beautiful Mavuika Sunrise color palette featuring tapestry (#a84d8e), tumbleweed (#e09a8a), mandys pink (#f4caae), astra (#f9e3b3) and sidecar (#f2e8b6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with bright, coral, elegant, pastel, peach, pink, summer, sunrise, vibrant, warm 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 Mavuika Sunrise palette

Share this palette to:

💻 Mavuika Sunrise color palette CSS

/* CSS */
.color-1 {
color: #a84d8e;
}
.color-2 {
color: #e09a8a;
}
.color-3 {
color: #f4caae;
}
.color-4 {
color: #f9e3b3;
}
.color-5 {
color: #f2e8b6;
}

/* CSS Variables */
:root {
--color-1: #a84d8e;
--color-2: #e09a8a;
--color-3: #f4caae;
--color-4: #f9e3b3;
--color-5: #f2e8b6;
}

🌈 Mavuika Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84d8e, #e09a8a, #f4caae, #f9e3b3, #f2e8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84d8e, #e09a8a, #f4caae, #f9e3b3, #f2e8b6);
}

Mavuika Sunrise color palette created on .