Cosmic Cats Color Palette

Discover the beautiful Cosmic Cats color palette featuring mulled wine (#694d75), trendy pink (#8f7194), oriental pink (#bf92a1), indian khaki (#c1ab8a) and brandy rose (#be9183).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Beige, Brown, Earthy, Warm, Soft, Muted, Boho, Vintage 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 Cosmic Cats palette

Share this palette to:

💻 Cosmic Cats color palette CSS

/* CSS */
.color-1 {
color: #694d75;
}
.color-2 {
color: #8f7194;
}
.color-3 {
color: #bf92a1;
}
.color-4 {
color: #c1ab8a;
}
.color-5 {
color: #be9183;
}

/* CSS Variables */
:root {
--color-1: #694d75;
--color-2: #8f7194;
--color-3: #bf92a1;
--color-4: #c1ab8a;
--color-5: #be9183;
}

🌈 Cosmic Cats background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694d75, #8f7194, #bf92a1, #c1ab8a, #be9183);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694d75, #8f7194, #bf92a1, #c1ab8a, #be9183);
}

Cosmic Cats color palette created on .