Koi Fish Color Palette

Discover the beautiful Koi Fish color palette featuring fuzzy wuzzy brown (#c36f55), whiskey (#d3ae69), whiskey (#d7a46a), shadow (#8c7d4a) and metallic bronze (#4d2e1e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Brown, Earthy, Fall, Muted, Orange, Rustic, Warm, Yellow 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 Fish palette

Share this palette to:

๐Ÿ’ป Koi Fish color palette CSS

/* CSS */
.color-1 {
color: #c36f55;
}
.color-2 {
color: #d3ae69;
}
.color-3 {
color: #d7a46a;
}
.color-4 {
color: #8c7d4a;
}
.color-5 {
color: #4d2e1e;
}

/* CSS Variables */
:root {
--color-1: #c36f55;
--color-2: #d3ae69;
--color-3: #d7a46a;
--color-4: #8c7d4a;
--color-5: #4d2e1e;
}

๐ŸŒˆ Koi Fish background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c36f55, #d3ae69, #d7a46a, #8c7d4a, #4d2e1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c36f55, #d3ae69, #d7a46a, #8c7d4a, #4d2e1e);
}

Koi Fish color palette created on .