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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Koi Fish color palette created on .