Musky Kimono Color Palette

Discover the beautiful Musky Kimono color palette featuring oxford blue (#3b4559), lynch (#6a7ca0), casper (#a7b4cd), blue haze (#c8d0e0) and rock blue (#a5b2cc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coastal, Earthy, Gray, Light, Modern, Muted, Neutral, Soft, Summer 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 Musky Kimono palette

Share this palette to:

💻 Musky Kimono color palette CSS

/* CSS */
.color-1 {
color: #3b4559;
}
.color-2 {
color: #6a7ca0;
}
.color-3 {
color: #a7b4cd;
}
.color-4 {
color: #c8d0e0;
}
.color-5 {
color: #a5b2cc;
}

/* CSS Variables */
:root {
--color-1: #3b4559;
--color-2: #6a7ca0;
--color-3: #a7b4cd;
--color-4: #c8d0e0;
--color-5: #a5b2cc;
}

🌈 Musky Kimono background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4559, #6a7ca0, #a7b4cd, #c8d0e0, #a5b2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4559, #6a7ca0, #a7b4cd, #c8d0e0, #a5b2cc);
}

Musky Kimono color palette created on .