Koi Harmony Color Palette

Discover the beautiful Koi Harmony color palette featuring sunglow (#fad12e), gold drop (#f08400), punch (#d83a2c), camelot (#7d2c4c) and daisy bush (#4a2c90).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Orange, Red, Purple 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 Koi Harmony palette

Share this palette to:

💻 Koi Harmony color palette CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f08400;
}
.color-3 {
color: #d83a2c;
}
.color-4 {
color: #7d2c4c;
}
.color-5 {
color: #4a2c90;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f08400;
--color-3: #d83a2c;
--color-4: #7d2c4c;
--color-5: #4a2c90;
}

🌈 Koi Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f08400, #d83a2c, #7d2c4c, #4a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f08400, #d83a2c, #7d2c4c, #4a2c90);
}

Koi Harmony color palette created on .