Blue Mizuki Color Palette

Discover the beautiful Blue Mizuki color palette featuring turquoise blue (#6cc3e5), curious blue (#2f8bc1), blumine (#1f507a), moss green (#c6e2b1) and cream can (#f7d06e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Spring, Coastal 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 Blue Mizuki palette

Share this palette to:

💻 Blue Mizuki color palette CSS

/* CSS */
.color-1 {
color: #6cc3e5;
}
.color-2 {
color: #2f8bc1;
}
.color-3 {
color: #1f507a;
}
.color-4 {
color: #c6e2b1;
}
.color-5 {
color: #f7d06e;
}

/* CSS Variables */
:root {
--color-1: #6cc3e5;
--color-2: #2f8bc1;
--color-3: #1f507a;
--color-4: #c6e2b1;
--color-5: #f7d06e;
}

🌈 Blue Mizuki background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cc3e5, #2f8bc1, #1f507a, #c6e2b1, #f7d06e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cc3e5, #2f8bc1, #1f507a, #c6e2b1, #f7d06e);
}

Blue Mizuki color palette created on .