Cat Inside the Box Color Palette

Discover the beautiful Cat Inside the Box color palette featuring manhattan (#f5c99e), cameo (#d7b1a3), bouquet (#a76c8f), affair (#6b4b8b) and valentino (#3b0c45).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCat, Box, Beige, Pink, Violet, Earthy, Soft, Fun, 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 Cat Inside the Box palette

Share this palette to:

💻 Cat Inside the Box color palette CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d7b1a3;
}
.color-3 {
color: #a76c8f;
}
.color-4 {
color: #6b4b8b;
}
.color-5 {
color: #3b0c45;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d7b1a3;
--color-3: #a76c8f;
--color-4: #6b4b8b;
--color-5: #3b0c45;
}

🌈 Cat Inside the Box background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d7b1a3, #a76c8f, #6b4b8b, #3b0c45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d7b1a3, #a76c8f, #6b4b8b, #3b0c45);
}

Cat Inside the Box color palette created on .