Minori Hanasato Color Palette

Discover the beautiful Minori Hanasato color palette featuring sidecar (#f2e7b6), mandys pink (#f4cbae), mauvelous (#f291b0), light orchid (#e6a8d6) and regent st blue (#a7d4e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Light, Pink, Soft, Spring, Summer, Tropical 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 Minori Hanasato palette

Share this palette to:

💻 Minori Hanasato color palette CSS

/* CSS */
.color-1 {
color: #f2e7b6;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f291b0;
}
.color-4 {
color: #e6a8d6;
}
.color-5 {
color: #a7d4e2;
}

/* CSS Variables */
:root {
--color-1: #f2e7b6;
--color-2: #f4cbae;
--color-3: #f291b0;
--color-4: #e6a8d6;
--color-5: #a7d4e2;
}

🌈 Minori Hanasato background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7b6, #f4cbae, #f291b0, #e6a8d6, #a7d4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7b6, #f4cbae, #f291b0, #e6a8d6, #a7d4e2);
}

Minori Hanasato color palette created on .