Cozy Cat Color Palette

Discover the beautiful Cozy Cat color palette featuring kabul (#5a3f3f), bazaar (#9d7b7b), cold turkey (#c7b3b3), ebb (#e4d8d8) and soft peach (#faf5f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCat, Soft, Brown, Cream, Light, Muted, Vintage, Warm 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 Cozy Cat palette

Share this palette to:

💻 Cozy Cat color palette CSS

/* CSS */
.color-1 {
color: #5a3f3f;
}
.color-2 {
color: #9d7b7b;
}
.color-3 {
color: #c7b3b3;
}
.color-4 {
color: #e4d8d8;
}
.color-5 {
color: #faf5f5;
}

/* CSS Variables */
:root {
--color-1: #5a3f3f;
--color-2: #9d7b7b;
--color-3: #c7b3b3;
--color-4: #e4d8d8;
--color-5: #faf5f5;
}

🌈 Cozy Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3f3f, #9d7b7b, #c7b3b3, #e4d8d8, #faf5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3f3f, #9d7b7b, #c7b3b3, #e4d8d8, #faf5f5);
}

Cozy Cat color palette created on .