Maki Maki Color Palette

Discover the beautiful Maki Maki color palette featuring corvette (#f8c8a0), rose bud (#f7a1a3), froly (#f36d6d), cinnabar (#e74d3c) and tall poppy (#bf3a2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Fun, Pink, Red, Summer, 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 Maki Maki palette

Share this palette to:

💻 Maki Maki color palette CSS

/* CSS */
.color-1 {
color: #f8c8a0;
}
.color-2 {
color: #f7a1a3;
}
.color-3 {
color: #f36d6d;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #f8c8a0;
--color-2: #f7a1a3;
--color-3: #f36d6d;
--color-4: #e74d3c;
--color-5: #bf3a2b;
}

🌈 Maki Maki background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8a0, #f7a1a3, #f36d6d, #e74d3c, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8a0, #f7a1a3, #f36d6d, #e74d3c, #bf3a2b);
}

Maki Maki color palette created on .