Mizuki Color Palette

Discover the beautiful Mizuki color palette featuring bouquet (#b0828c), twilight (#e2cad5), green white (#e7e9dd), buttermilk (#fef0b4) and koromiko (#fdc05d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Pink, Cream, Yellow, Gold, Warm, Soft, Spring, Light, Earthy 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 Mizuki palette

Share this palette to:

💻 Mizuki color palette CSS

/* CSS */
.color-1 {
color: #b0828c;
}
.color-2 {
color: #e2cad5;
}
.color-3 {
color: #e7e9dd;
}
.color-4 {
color: #fef0b4;
}
.color-5 {
color: #fdc05d;
}

/* CSS Variables */
:root {
--color-1: #b0828c;
--color-2: #e2cad5;
--color-3: #e7e9dd;
--color-4: #fef0b4;
--color-5: #fdc05d;
}

🌈 Mizuki background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0828c, #e2cad5, #e7e9dd, #fef0b4, #fdc05d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0828c, #e2cad5, #e7e9dd, #fef0b4, #fdc05d);
}

Mizuki color palette created on .