Akiyama Mizuki Color Palette

Discover the beautiful Akiyama Mizuki color palette featuring bittersweet (#ff6e61), sea nymph (#6d9c9a), pastel green (#76db83), sidecar (#f1e8b7) and sea buckthorn (#f9a824).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Teal, Green, Yellow, Bright, Summer, Light, Orange, Soft 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 Akiyama Mizuki palette

Share this palette to:

💻 Akiyama Mizuki color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9c9a;
}
.color-3 {
color: #76db83;
}
.color-4 {
color: #f1e8b7;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9c9a;
--color-3: #76db83;
--color-4: #f1e8b7;
--color-5: #f9a824;
}

🌈 Akiyama Mizuki background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9c9a, #76db83, #f1e8b7, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9c9a, #76db83, #f1e8b7, #f9a824);
}

Akiyama Mizuki color palette created on .