Airi Momoi Color Palette

Discover the beautiful Airi Momoi color palette featuring strikemaster (#8a5673), cannon pink (#8c4a62), copper rust (#8d444c), potters clay (#8b5037) and sycamore (#888630).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Burgundy, Crimson, Autumn, Deep, Muted, Wood, Warm, Retro 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 Airi Momoi palette

Share this palette to:

💻 Airi Momoi color palette CSS

/* CSS */
.color-1 {
color: #8a5673;
}
.color-2 {
color: #8c4a62;
}
.color-3 {
color: #8d444c;
}
.color-4 {
color: #8b5037;
}
.color-5 {
color: #888630;
}

/* CSS Variables */
:root {
--color-1: #8a5673;
--color-2: #8c4a62;
--color-3: #8d444c;
--color-4: #8b5037;
--color-5: #888630;
}

🌈 Airi Momoi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a5673, #8c4a62, #8d444c, #8b5037, #888630);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a5673, #8c4a62, #8d444c, #8b5037, #888630);
}

Airi Momoi color palette created on .