Mizuki Color Palette

Discover the beautiful Mizuki color palette featuring periwinkle (#d6e2ff), melrose (#b3c7ff), malibu (#7aa2ff), dodger blue (#4d7fff) and blue ribbon (#1f5aff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Elegant, Flower, Light, Modern, Spring, Summer 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: #d6e2ff;
}
.color-2 {
color: #b3c7ff;
}
.color-3 {
color: #7aa2ff;
}
.color-4 {
color: #4d7fff;
}
.color-5 {
color: #1f5aff;
}

/* CSS Variables */
:root {
--color-1: #d6e2ff;
--color-2: #b3c7ff;
--color-3: #7aa2ff;
--color-4: #4d7fff;
--color-5: #1f5aff;
}

🌈 Mizuki background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e2ff, #b3c7ff, #7aa2ff, #4d7fff, #1f5aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e2ff, #b3c7ff, #7aa2ff, #4d7fff, #1f5aff);
}

Mizuki color palette created on .