Blue Koi Dream Color Palette

Discover the beautiful Blue Koi Dream color palette featuring blumine (#1a5275), shakespeare (#4a9ccf), turquoise blue (#6cc8e4), morning glory (#a2e2e0) and pampas (#f5f1ef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Light, Summer, Vibrant 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 Koi Dream palette

Share this palette to:

💻 Blue Koi Dream color palette CSS

/* CSS */
.color-1 {
color: #1a5275;
}
.color-2 {
color: #4a9ccf;
}
.color-3 {
color: #6cc8e4;
}
.color-4 {
color: #a2e2e0;
}
.color-5 {
color: #f5f1ef;
}

/* CSS Variables */
:root {
--color-1: #1a5275;
--color-2: #4a9ccf;
--color-3: #6cc8e4;
--color-4: #a2e2e0;
--color-5: #f5f1ef;
}

🌈 Blue Koi Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5275, #4a9ccf, #6cc8e4, #a2e2e0, #f5f1ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5275, #4a9ccf, #6cc8e4, #a2e2e0, #f5f1ef);
}

Blue Koi Dream color palette created on .